@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 +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -28796,7 +28796,7 @@ const MyAccountSidebar = _ref => {
|
|
|
28796
28796
|
collapse: false
|
|
28797
28797
|
}));
|
|
28798
28798
|
}
|
|
28799
|
-
}, [
|
|
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
|
-
}, [
|
|
28813
|
+
}, [isMedium]);
|
|
28814
28814
|
React.useEffect(() => {
|
|
28815
28815
|
if (activeMenu.id === account.id) {
|
|
28816
28816
|
setIsExpand(_objectSpread2(_objectSpread2({}, isExpand), {}, {
|