SidebarNavigation: display follow requests counter

This commit is contained in:
Alex Gleason 2022-05-11 15:35:33 -05:00
parent 2ebf735884
commit 6a270a8e6d
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -35,8 +35,7 @@ const SidebarNavigation = () => {
to: '/follow_requests',
text: <FormattedMessage id='navigation_bar.follow_requests' defaultMessage='Follow requests' />,
icon: require('@tabler/icons/icons/user-plus.svg'),
// TODO: let menu items have a counter
// count: followRequestsCount,
count: followRequestsCount,
});
}