@ammarkhalidfarooq/dashboard-package 0.3.17 → 0.3.18
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
|
@@ -4804,8 +4804,8 @@ var OverallSection = function OverallSection(_ref) {
|
|
|
4804
4804
|
icon: FavoriteOutlined
|
|
4805
4805
|
},
|
|
4806
4806
|
"Total Donors": {
|
|
4807
|
-
value: (apiData === null || apiData === void 0 ? void 0 : apiData.
|
|
4808
|
-
subValue: (apiData === null || apiData === void 0 ? void 0 : apiData.
|
|
4807
|
+
value: (apiData === null || apiData === void 0 ? void 0 : apiData.totalDonorsCard) || "215",
|
|
4808
|
+
subValue: "".concat(apiData === null || apiData === void 0 ? void 0 : apiData.totalDonorsPrev, " new") || "31 new",
|
|
4809
4809
|
label: "Total Donors",
|
|
4810
4810
|
icon: PeopleAltOutlined
|
|
4811
4811
|
},
|