chore(shared): Fixed linter warning
This commit is contained in:
parent
abf3b9ac1a
commit
758b38c966
2 changed files with 1 additions and 2 deletions
|
@ -7,7 +7,6 @@ import Head from 'next/head'
|
|||
import { PageWrapper } from 'site/components/wrappers/page.mjs'
|
||||
import { Popout } from 'shared/components/popout.mjs'
|
||||
import { WebLink } from 'shared/components/web-link.mjs'
|
||||
import { PageLink } from 'shared/components/page-link.mjs'
|
||||
|
||||
const Yes = () => (
|
||||
<span role="img" className="pr-4">
|
||||
|
|
|
@ -52,7 +52,7 @@ export const XrayList = (props) => {
|
|||
{Object.keys(types).map(
|
||||
(type) =>
|
||||
part[type] && (
|
||||
<Ul>
|
||||
<Ul key={type}>
|
||||
<Li>
|
||||
<Details>
|
||||
<Summary>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue