mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-02-12 00:33:36 +01:00
add missing key prop
This commit is contained in:
parent
5401b2e821
commit
285d8d110e
1 changed files with 1 additions and 0 deletions
|
@ -132,6 +132,7 @@ export function Settings({ requestClose }: SettingsProps) {
|
|||
<div>
|
||||
{menuItems.map((item) => (
|
||||
<MenuItem
|
||||
key={item.name}
|
||||
variant="Background"
|
||||
radii="400"
|
||||
aria-pressed={activePage === item.page}
|
||||
|
|
Loading…
Reference in a new issue