diff --git a/packages/app/src/app/components/Notifications/index.tsx b/packages/app/src/app/components/Notifications/index.tsx
index 15c5b60b58c..f6bf3939c59 100644
--- a/packages/app/src/app/components/Notifications/index.tsx
+++ b/packages/app/src/app/components/Notifications/index.tsx
@@ -40,7 +40,7 @@ export const Notifications = ({ dashboard }: { dashboard?: boolean }) => {
onClick={open}
>
- {unreadCount === 0 ? (
+ {unreadCount > 0 ? (