diff --git a/src/components/navigation/notifications.tsx b/src/components/navigation/notifications.tsx index cf5e989..b5cae60 100644 --- a/src/components/navigation/notifications.tsx +++ b/src/components/navigation/notifications.tsx @@ -137,9 +137,12 @@ export default function Notifications() { > Notifications - - {getNotSeenNotificationCount()} - + { + getNotSeenNotificationCount() > 0 && + + {getNotSeenNotificationCount()} + + }