diff --git a/src/lib/components/NotificationBell.svelte b/src/lib/components/NotificationBell.svelte
index bbb969e8..8498308b 100644
--- a/src/lib/components/NotificationBell.svelte
+++ b/src/lib/components/NotificationBell.svelte
@@ -19,10 +19,10 @@
>
- {#if hasUnreadElement}
+ {#if hasUnreadElement && $numberOfUnreadNotification > 0}
{$numberOfUnreadNotification <= 9
diff --git a/src/routes/etf/[tickerID]/+page.svelte b/src/routes/etf/[tickerID]/+page.svelte
index b2c38cea..060a98d5 100644
--- a/src/routes/etf/[tickerID]/+page.svelte
+++ b/src/routes/etf/[tickerID]/+page.svelte
@@ -678,34 +678,6 @@