@ammarkhalidfarooq/dashboard-package 0.3.8 → 0.3.9
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 +2 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +2 -2
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -4770,8 +4770,8 @@ var OverallSection = function OverallSection(_ref) {
|
|
|
4770
4770
|
};
|
|
4771
4771
|
var metricInfo = {
|
|
4772
4772
|
"Total Raised": {
|
|
4773
|
-
value: (apiData === null || apiData === void 0 ? void 0 : apiData.
|
|
4774
|
-
subValue: (apiData === null || apiData === void 0 ? void 0 : apiData.
|
|
4773
|
+
value: (apiData === null || apiData === void 0 ? void 0 : apiData.totalRaisedCard) || "$240.9K",
|
|
4774
|
+
subValue: (apiData === null || apiData === void 0 ? void 0 : apiData.totalRaisedPrev) || "18% vs last month",
|
|
4775
4775
|
label: "Total Revenue",
|
|
4776
4776
|
icon: PaidOutlined
|
|
4777
4777
|
},
|