fix: notification count mutation fix (#2053)
This commit is contained in:
parent
74bf9062b4
commit
441e83eba6
1 changed files with 1 additions and 0 deletions
|
|
@ -299,6 +299,7 @@ const useUserNotification = () => {
|
|||
})
|
||||
.finally(() => {
|
||||
notificationMutate();
|
||||
mutateNotificationCount();
|
||||
});
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue