mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 04:40:32 +00:00
fix bugs.
This commit is contained in:
@@ -21,8 +21,11 @@ export default function SidebarMenu() {
|
||||
};
|
||||
return (
|
||||
(item.divider) ?
|
||||
<MenuDivider title={item.title} /> :
|
||||
<MenuDivider
|
||||
key={index}
|
||||
title={item.title} /> :
|
||||
<MenuItem
|
||||
key={index}
|
||||
active={isActive}
|
||||
icon={<Icon icon={item.icon} iconSize={item.iconSize} />}
|
||||
text={item.text}
|
||||
|
||||
Reference in New Issue
Block a user