mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-02-12 08:43:38 +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>
|
<div>
|
||||||
{menuItems.map((item) => (
|
{menuItems.map((item) => (
|
||||||
<MenuItem
|
<MenuItem
|
||||||
|
key={item.name}
|
||||||
variant="Background"
|
variant="Background"
|
||||||
radii="400"
|
radii="400"
|
||||||
aria-pressed={activePage === item.page}
|
aria-pressed={activePage === item.page}
|
||||||
|
|
Loading…
Reference in a new issue