@ammarkhalidfarooq/dashboard-package 0.6.5 → 0.6.6

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
@@ -15646,7 +15646,7 @@ var OverallSection = function OverallSection(_ref) {
15646
15646
  type: "progress",
15647
15647
  progress: Math.round((campaign.collectedAmount || 0) / (campaign.usdTargetAmount || 1) * 100),
15648
15648
  val3: formatNumber(campaign.uniqueDonationsCount || 0),
15649
- val4: "$".concat(formatNumber(campaign.avgGift || 0))
15649
+ val4: "$".concat(formatNumber(campaign.averageDonation || 0))
15650
15650
  };
15651
15651
  }),
15652
15652
  donorMix: {