bam32bittheme
Advanced tools
Comparing version 2.1.81 to 2.1.82
@@ -44,3 +44,3 @@ "use strict"; | ||
const SideBar = _ref => { | ||
var _localStorage$getItem; | ||
var _localStorage$getItem, _window$location; | ||
let { | ||
@@ -307,3 +307,3 @@ showMobileMenu, | ||
}) | ||
}, /*#__PURE__*/_react.default.createElement(_material.Stack, { | ||
}, ((_window$location = window.location) === null || _window$location === void 0 || (_window$location = _window$location.pathname) === null || _window$location === void 0 ? void 0 : _window$location.includes('/portal')) && /*#__PURE__*/_react.default.createElement(_material.Stack, { | ||
justifyContent: "center", | ||
@@ -318,5 +318,4 @@ alignItems: "center", | ||
}), | ||
color: "success", | ||
disabled: controlVerify, | ||
onClick: () => getQrCode() | ||
color: controlVerify ? "success" : "error", | ||
onClick: () => controlVerify ? {} : getQrCode() | ||
}, /*#__PURE__*/_react.default.createElement(_VerifiedUserRounded.default, null)))), /*#__PURE__*/_react.default.createElement(_material.Typography, { | ||
@@ -323,0 +322,0 @@ lineHeight: 1 |
{ | ||
"name": "bam32bittheme", | ||
"version": "2.1.81", | ||
"version": "2.1.82", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "description": "32bit Theme for Material UI v5.x", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1568085
5294