Skip to content

Commit

Permalink
fix: provide unique keys to ToggleMenu
Browse files Browse the repository at this point in the history
  • Loading branch information
Zangetsu101 committed Jan 31, 2025
1 parent a553658 commit 1d78b76
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ export function SystemList() {
)}

<ToggleMenu
id="toggleMenu"
id={`toggleMenu-${system.clientId}`}
menuItems={getMenuItems(system)}
toggleButton={
<Icon
Expand Down

0 comments on commit 1d78b76

Please sign in to comment.