@eclass/ui-kit 1.7.3 → 1.7.4
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/eclass-ui-kit.es.js
CHANGED
|
@@ -27505,7 +27505,6 @@ Modal.displayName = "Modal";
|
|
|
27505
27505
|
function Footer({
|
|
27506
27506
|
modalPaymentText
|
|
27507
27507
|
}) {
|
|
27508
|
-
var _a;
|
|
27509
27508
|
const {
|
|
27510
27509
|
action,
|
|
27511
27510
|
Profile: Profile2,
|
|
@@ -27524,7 +27523,7 @@ function Footer({
|
|
|
27524
27523
|
setOverlay(true);
|
|
27525
27524
|
onOpen();
|
|
27526
27525
|
};
|
|
27527
|
-
if (action == null
|
|
27526
|
+
if (action == null) {
|
|
27528
27527
|
return null;
|
|
27529
27528
|
}
|
|
27530
27529
|
return /* @__PURE__ */ jsxs(Center, {
|