Merge branch 'develop'
commit
6d66f5b5a2
|
@ -63,6 +63,8 @@ const NotificationDropdown = ({ t }) => {
|
|||
}
|
||||
|
||||
});
|
||||
}else {
|
||||
setIsAllRead(true);
|
||||
}
|
||||
setRawNewNotificationschild(NewNotificationList);
|
||||
}
|
||||
|
@ -147,6 +149,8 @@ const NotificationDropdown = ({ t }) => {
|
|||
}
|
||||
|
||||
});
|
||||
}else {
|
||||
setIsAllRead(true);
|
||||
}
|
||||
setRawNewNotificationschild(NewNotificationList);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue