mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 04:20:12 +02:00
Add missing key on sidebar
This commit is contained in:
@@ -130,6 +130,7 @@ export const CollapsedSidebar = () => {
|
||||
</DropdownMenu>
|
||||
{sidebarItemsWithRoute.map((item) => (
|
||||
<CollapsedSidebarItem
|
||||
key={item.id}
|
||||
activeIcon={<item.activeIcon size="25" />}
|
||||
component={NavLink}
|
||||
icon={<item.icon size="25" />}
|
||||
|
||||
Reference in New Issue
Block a user