1
0
Fork 0

chore(shared): Fixed linter warning

This commit is contained in:
joostdecock 2023-02-05 19:17:01 +01:00
parent abf3b9ac1a
commit 758b38c966
2 changed files with 1 additions and 2 deletions

View file

@ -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">

View file

@ -52,7 +52,7 @@ export const XrayList = (props) => {
{Object.keys(types).map(
(type) =>
part[type] && (
<Ul>
<Ul key={type}>
<Li>
<Details>
<Summary>