Skip to content

Commit 0a19a62

Browse files
committed
fixup! ✨(frontend) improve accessibility and styling of summary table
1 parent ea34d95 commit 0a19a62

File tree

1 file changed

+0
-1
lines changed
  • src/frontend/apps/impress/src/features/docs/doc-table-content/components

1 file changed

+0
-1
lines changed

src/frontend/apps/impress/src/features/docs/doc-table-content/components/Heading.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ export const Heading = ({
4141
<BoxButton
4242
id={`heading-${headingId}`}
4343
$width="100%"
44-
key={headingId}
4544
onMouseOver={() => setIsHover(true)}
4645
onMouseLeave={() => setIsHover(false)}
4746
onClick={() => {

0 commit comments

Comments
 (0)