@ammarkhalidfarooq/dashboard-package 0.3.33 → 0.3.34
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.cjs.js
CHANGED
|
@@ -5475,7 +5475,7 @@ var OverallSection = function OverallSection(_ref) {
|
|
|
5475
5475
|
icon: iconsMaterial.PaidOutlined
|
|
5476
5476
|
},
|
|
5477
5477
|
"ROAS": {
|
|
5478
|
-
value: (apiData === null || apiData === void 0 ? void 0 : apiData.
|
|
5478
|
+
value: (apiData === null || apiData === void 0 ? void 0 : apiData.roasCard) || "3.0x",
|
|
5479
5479
|
subValue: (apiData === null || apiData === void 0 ? void 0 : apiData.roasTrend) || "0.4x vs last month",
|
|
5480
5480
|
label: "ROAS",
|
|
5481
5481
|
icon: iconsMaterial.TrendingUp
|