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