SidebarNavigation: remove dashboardCount from "more" button, whoops

This commit is contained in:
Alex Gleason
2022-11-25 14:40:57 -06:00
parent c7e04a6826
commit 3b9535c418

View File

@ -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>