From 6a270a8e6decdc2fd83277aee7d1e513463f2ca8 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Wed, 11 May 2022 15:35:33 -0500 Subject: [PATCH] SidebarNavigation: display follow requests counter --- app/soapbox/components/sidebar-navigation.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/soapbox/components/sidebar-navigation.tsx b/app/soapbox/components/sidebar-navigation.tsx index fbb91ce604..fa32e886fd 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, }); }