fix: notification count mutation fix (#2053)

This commit is contained in:
Anmol Singh Bhatia 2023-09-01 17:08:02 +05:30 committed by GitHub
parent 74bf9062b4
commit 441e83eba6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -299,6 +299,7 @@ const useUserNotification = () => {
})
.finally(() => {
notificationMutate();
mutateNotificationCount();
});
};