labsense-ui-kit 1.3.80 → 1.3.81
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.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +1 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -10924,7 +10924,7 @@ var Sidebar = function Sidebar(_ref26) {
|
|
|
10924
10924
|
badgePortalContainer = _useState4[0];
|
|
10925
10925
|
React.useEffect(function () {
|
|
10926
10926
|
var checkMobile = function checkMobile() {
|
|
10927
|
-
setIsMobile(window.innerWidth <=
|
|
10927
|
+
setIsMobile(window.innerWidth <= 992);
|
|
10928
10928
|
};
|
|
10929
10929
|
checkMobile();
|
|
10930
10930
|
window.addEventListener('resize', checkMobile);
|