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
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

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>