diff --git a/apps/app/hooks/use-user-notifications.tsx b/apps/app/hooks/use-user-notifications.tsx index 5e6ea5d0b9f..5ddc9ddf5de 100644 --- a/apps/app/hooks/use-user-notifications.tsx +++ b/apps/app/hooks/use-user-notifications.tsx @@ -299,6 +299,7 @@ const useUserNotification = () => { }) .finally(() => { notificationMutate(); + mutateNotificationCount(); }); };