@djb25/digit-ui-module-ekyc 1.0.65 → 1.0.66
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 +2 -7
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +2 -7
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
|
@@ -2980,12 +2980,7 @@ const Inbox = _ref2 => {
|
|
|
2980
2980
|
marginBottom: "24px"
|
|
2981
2981
|
}
|
|
2982
2982
|
}, /*#__PURE__*/React.createElement("div", {
|
|
2983
|
-
className: "stats-wrapper"
|
|
2984
|
-
style: {
|
|
2985
|
-
display: "flex",
|
|
2986
|
-
gap: "16px",
|
|
2987
|
-
flexWrap: "wrap"
|
|
2988
|
-
}
|
|
2983
|
+
className: "stats-wrapper"
|
|
2989
2984
|
}, cards.map((card, idx) => /*#__PURE__*/React.createElement(StatCard, {
|
|
2990
2985
|
key: idx,
|
|
2991
2986
|
title: t(card.label),
|
|
@@ -9373,7 +9368,7 @@ const EkycModule = _ref => {
|
|
|
9373
9368
|
isLoading = _Digit$Services$useSt.isLoading;
|
|
9374
9369
|
Digit.SessionStorage.set("EKYC_TENANTS", tenants);
|
|
9375
9370
|
useEffect(() => Digit.LocalizationService.getLocale({
|
|
9376
|
-
modules: ["rainmaker-
|
|
9371
|
+
modules: ["rainmaker-" + Digit.ULBService.getCurrentTenantId()],
|
|
9377
9372
|
locale: Digit.StoreData.getCurrentLanguage(),
|
|
9378
9373
|
tenantId: Digit.ULBService.getCurrentTenantId()
|
|
9379
9374
|
}), []);
|