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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "l-min-components",
3
- "version": "1.0.670",
3
+ "version": "1.0.673",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "src/assets",
@@ -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 (