Skip to content

Commit

Permalink
docs: fix missing key prop error (#3978)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebald authored Jul 2, 2024
1 parent 29c9388 commit 4526f89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/app/_components/SiteMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ export const SiteMenu = () => {
{/* pages and subpages command */}
{groupedPages.map(({ name, items }) => (
<PagesItem
key={name}
name={name}
items={items}
classNames={classNames}
Expand Down

0 comments on commit 4526f89

Please sign in to comment.