@ammarkhalidfarooq/dashboard-package 0.4.93 → 0.4.94
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.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -5870,7 +5870,7 @@ var OverallSection = function OverallSection(_ref) {
|
|
|
5870
5870
|
sx: {
|
|
5871
5871
|
maxHeight: 280
|
|
5872
5872
|
},
|
|
5873
|
-
trafficSourceData: trafficSourceData,
|
|
5873
|
+
trafficSourceData: (trafficSourceData === null || trafficSourceData === void 0 ? void 0 : trafficSourceData.data) || [],
|
|
5874
5874
|
total: "$".concat(formatNumber((trafficSourceData === null || trafficSourceData === void 0 ? void 0 : trafficSourceData.totalRevenue) || 0))
|
|
5875
5875
|
}), /*#__PURE__*/jsx(MetricSparklineCard, {
|
|
5876
5876
|
title: "Order Bump",
|