mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 04:40:32 +00:00
fix Merge conflict.
This commit is contained in:
@@ -24,17 +24,14 @@ export default function SidebarMenu() {
|
||||
children={children}
|
||||
dropdownType={item.dropdownType || 'collapse'}
|
||||
onClick={() => {
|
||||
history.push(item.href);
|
||||
if (item.href) {
|
||||
history.push(item.href);
|
||||
}
|
||||
}} />
|
||||
);
|
||||
});
|
||||
};
|
||||
|
||||
const items = menuItemsMapper(sidebarMenuList);
|
||||
|
||||
return (
|
||||
<Menu className="sidebar-menu">
|
||||
{items}
|
||||
</Menu>
|
||||
)
|
||||
return (<Menu className="sidebar-menu">{items}</Menu>);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user