diff --git a/web/components/nav/sidebar.tsx b/web/components/nav/sidebar.tsx index 45c37aa2..6ab095ef 100644 --- a/web/components/nav/sidebar.tsx +++ b/web/components/nav/sidebar.tsx @@ -270,7 +270,7 @@ function GroupsList(props: { { customHref: '/group/', }, - memberItems.length + memberItems.length > 0 ? memberItems.length : undefined ) // Set notification as seen if our current page is equal to the isSeenOnHref property