l-min-components 1.0.670 → 1.0.673
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -351,10 +351,8 @@ const HeaderComponent = (props) => {
|
|
|
351
351
|
}, [websocket2]);
|
|
352
352
|
|
|
353
353
|
useEffect(() => {
|
|
354
|
-
if(notificationMarkReadData?.response){
|
|
355
354
|
handleGetUnreadNotification();
|
|
356
355
|
handleGeneralNotificationCount();
|
|
357
|
-
}
|
|
358
356
|
}, [notificationMarkReadData?.response])
|
|
359
357
|
|
|
360
358
|
return (
|