@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 CHANGED
@@ -4806,8 +4806,8 @@ var OverallSection = function OverallSection(_ref) {
4806
4806
  icon: iconsMaterial.FavoriteOutlined
4807
4807
  },
4808
4808
  "Total Donors": {
4809
- value: (apiData === null || apiData === void 0 ? void 0 : apiData.totalDonors) || "215",
4810
- subValue: (apiData === null || apiData === void 0 ? void 0 : apiData.totalDonorsTrend) || "31 new",
4809
+ value: (apiData === null || apiData === void 0 ? void 0 : apiData.totalDonorsCard) || "215",
4810
+ subValue: "".concat(apiData === null || apiData === void 0 ? void 0 : apiData.totalDonorsPrev, " new") || "31 new",
4811
4811
  label: "Total Donors",
4812
4812
  icon: iconsMaterial.PeopleAltOutlined
4813
4813
  },