Merge branch 'PR' into develop
commit
5171f55700
|
@ -63,7 +63,9 @@ const NotificationDropdown = ({ t }) => {
|
||||||
}
|
}
|
||||||
|
|
||||||
});
|
});
|
||||||
}
|
}else {
|
||||||
|
setIsAllRead(true);
|
||||||
|
}
|
||||||
setRawNewNotificationschild(NewNotificationList);
|
setRawNewNotificationschild(NewNotificationList);
|
||||||
}
|
}
|
||||||
}).catch(err => {
|
}).catch(err => {
|
||||||
|
@ -147,7 +149,9 @@ const NotificationDropdown = ({ t }) => {
|
||||||
}
|
}
|
||||||
|
|
||||||
});
|
});
|
||||||
}
|
}else {
|
||||||
|
setIsAllRead(true);
|
||||||
|
}
|
||||||
setRawNewNotificationschild(NewNotificationList);
|
setRawNewNotificationschild(NewNotificationList);
|
||||||
}
|
}
|
||||||
}).catch(err => {
|
}).catch(err => {
|
||||||
|
|
Loading…
Reference in New Issue