mozrest-sdk-react-dev 0.3.34 → 0.3.35
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/mozrest-sdk.es.js +4 -4
- package/package.json +1 -1
package/mozrest-sdk.es.js
CHANGED
|
@@ -93694,8 +93694,8 @@ const DasboardBookingAnalytics = ({
|
|
|
93694
93694
|
}, {
|
|
93695
93695
|
title: t2("SAMETIMELASTMONTH"),
|
|
93696
93696
|
value: ((_n = (_m = data2 == null ? void 0 : data2.covers) == null ? void 0 : _m.lastMonth) == null ? void 0 : _n.toLocaleString()) ?? "0",
|
|
93697
|
-
loadingValue: isLoadingLastMonthCovers
|
|
93698
|
-
tooltip:
|
|
93697
|
+
loadingValue: isLoadingLastMonthCovers
|
|
93698
|
+
// tooltip: t("SAMETIMELASTMONTH"),
|
|
93699
93699
|
}, {
|
|
93700
93700
|
title: t2("SAMETIMELASTYEAR"),
|
|
93701
93701
|
value: ((_p = (_o = data2 == null ? void 0 : data2.covers) == null ? void 0 : _o.lastYear) == null ? void 0 : _p.toLocaleString()) ?? "0",
|
|
@@ -93730,8 +93730,8 @@ const DasboardBookingAnalytics = ({
|
|
|
93730
93730
|
}, {
|
|
93731
93731
|
title: t2("SAMETIMELASTMONTH"),
|
|
93732
93732
|
value: ((_u = data2 == null ? void 0 : data2.cancelations.lastMonth) == null ? void 0 : _u.toLocaleString()) ?? "0",
|
|
93733
|
-
loadingValue: isLoadingLastMonthCancelations
|
|
93734
|
-
tooltip:
|
|
93733
|
+
loadingValue: isLoadingLastMonthCancelations
|
|
93734
|
+
// tooltip: t("SAMETIMELASTMONTH"),
|
|
93735
93735
|
}, {
|
|
93736
93736
|
title: t2("SAMETIMELASTYEAR"),
|
|
93737
93737
|
value: ((_w = (_v = data2 == null ? void 0 : data2.cancelations) == null ? void 0 : _v.lastYear) == null ? void 0 : _w.toLocaleString()) ?? "0",
|