SidebarNavigation: remove dashboardCount from "more" button, whoops
This commit is contained in:
parent
c7e04a6826
commit
3b9535c418
1 changed files with 0 additions and 1 deletions
|
@ -172,7 +172,6 @@ const SidebarNavigation = () => {
|
|||
<DropdownMenu items={menu}>
|
||||
<SidebarNavigationLink
|
||||
icon={require('@tabler/icons/dots-circle-horizontal.svg')}
|
||||
count={dashboardCount}
|
||||
text={<FormattedMessage id='tabs_bar.more' defaultMessage='More' />}
|
||||
/>
|
||||
</DropdownMenu>
|
||||
|
|
Loading…
Reference in a new issue