Skip to content

Commit

Permalink
fix: key
Browse files Browse the repository at this point in the history
  • Loading branch information
topliceanurazvan committed Apr 20, 2023
1 parent c98952a commit caf1b16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/organisms/DashboardPane/DashboardPane.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ const DashboardPane = () => {

{parent.children?.map((child: DashboardMenu) => (
<MenuItem
key={child.key}
type="child"
menuItem={child}
onActiveMenuItem={(ref: HTMLElement) => setActiveMenuItemRef(ref)}
Expand Down

0 comments on commit caf1b16

Please sign in to comment.