@mycause/ui 1.0.5 → 1.0.6

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/dist/index.esm.js CHANGED
@@ -28796,7 +28796,7 @@ const MyAccountSidebar = _ref => {
28796
28796
  collapse: false
28797
28797
  }));
28798
28798
  }
28799
- }, [isExpand, isMedium]);
28799
+ }, [isMedium]);
28800
28800
  useEffect(() => {
28801
28801
  if (activeMenu.id === account.id) {
28802
28802
  setIsExpand(_objectSpread2(_objectSpread2({}, isExpand), {}, {
package/dist/index.js CHANGED
@@ -28810,7 +28810,7 @@ const MyAccountSidebar = _ref => {
28810
28810
  collapse: false
28811
28811
  }));
28812
28812
  }
28813
- }, [isExpand, isMedium]);
28813
+ }, [isMedium]);
28814
28814
  React.useEffect(() => {
28815
28815
  if (activeMenu.id === account.id) {
28816
28816
  setIsExpand(_objectSpread2(_objectSpread2({}, isExpand), {}, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mycause/ui",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "author": "Marc Porciuncula <marc@mycause.com.au>",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",