@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 CHANGED
@@ -2983,12 +2983,7 @@ const Inbox = _ref2 => {
2983
2983
  marginBottom: "24px"
2984
2984
  }
2985
2985
  }, /*#__PURE__*/React__default.createElement("div", {
2986
- className: "stats-wrapper",
2987
- style: {
2988
- display: "flex",
2989
- gap: "16px",
2990
- flexWrap: "wrap"
2991
- }
2986
+ className: "stats-wrapper"
2992
2987
  }, cards.map((card, idx) => /*#__PURE__*/React__default.createElement(StatCard, {
2993
2988
  key: idx,
2994
2989
  title: t(card.label),
@@ -9376,7 +9371,7 @@ const EkycModule = _ref => {
9376
9371
  isLoading = _Digit$Services$useSt.isLoading;
9377
9372
  Digit.SessionStorage.set("EKYC_TENANTS", tenants);
9378
9373
  React.useEffect(() => Digit.LocalizationService.getLocale({
9379
- modules: ["rainmaker-ekyc", "rainmaker-" + Digit.ULBService.getCurrentTenantId()],
9374
+ modules: ["rainmaker-" + Digit.ULBService.getCurrentTenantId()],
9380
9375
  locale: Digit.StoreData.getCurrentLanguage(),
9381
9376
  tenantId: Digit.ULBService.getCurrentTenantId()
9382
9377
  }), []);