fixed Web UI NotificationDown bug
parent
ab4bb773f0
commit
46167e1839
|
@ -63,6 +63,8 @@ const NotificationDropdown = ({ t }) => {
|
||||||
}
|
}
|
||||||
|
|
||||||
});
|
});
|
||||||
|
}else {
|
||||||
|
setIsAllRead(true);
|
||||||
}
|
}
|
||||||
setRawNewNotificationschild(NewNotificationList);
|
setRawNewNotificationschild(NewNotificationList);
|
||||||
}
|
}
|
||||||
|
@ -147,6 +149,8 @@ const NotificationDropdown = ({ t }) => {
|
||||||
}
|
}
|
||||||
|
|
||||||
});
|
});
|
||||||
|
}else {
|
||||||
|
setIsAllRead(true);
|
||||||
}
|
}
|
||||||
setRawNewNotificationschild(NewNotificationList);
|
setRawNewNotificationschild(NewNotificationList);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue