diff --git a/lib/screens/explore.dart b/lib/screens/explore.dart index 96712441..d4847ff7 100644 --- a/lib/screens/explore.dart +++ b/lib/screens/explore.dart @@ -447,7 +447,7 @@ class _ActivityListView extends HookConsumerWidget { SliverToBoxAdapter( child: PostFeaturedList().padding(horizontal: 8, bottom: 4, top: 4), ), - if (!contentOnly) + if (!contentOnly && (notificationCount.value ?? 0) > 0) SliverToBoxAdapter( child: notificationIndicatorWidget( context,