diff --git a/app/soapbox/components/sidebar-navigation.tsx b/app/soapbox/components/sidebar-navigation.tsx index fbb91ce60..fa32e886f 100644 --- a/app/soapbox/components/sidebar-navigation.tsx +++ b/app/soapbox/components/sidebar-navigation.tsx @@ -35,8 +35,7 @@ const SidebarNavigation = () => { to: '/follow_requests', text: , icon: require('@tabler/icons/icons/user-plus.svg'), - // TODO: let menu items have a counter - // count: followRequestsCount, + count: followRequestsCount, }); }