SidebarNavigation: display follow requests counter
This commit is contained in:
parent
2ebf735884
commit
6a270a8e6d
1 changed files with 1 additions and 2 deletions
|
@ -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,
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue