@ammarkhalidfarooq/dashboard-package 0.4.85 → 0.4.86
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 -3
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +1 -3
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -5313,7 +5313,6 @@ var OverallSection = function OverallSection(_ref) {
|
|
|
5313
5313
|
}
|
|
5314
5314
|
};
|
|
5315
5315
|
var activeCampaignsData = (apiData === null || apiData === void 0 ? void 0 : apiData.activeCampaigns) || [];
|
|
5316
|
-
console.log("ACtive campaigns", activeCampaignsData);
|
|
5317
5316
|
var donorMix = apiData === null || apiData === void 0 ? void 0 : apiData.donorPieChartData;
|
|
5318
5317
|
var newDonorsCount = 0;
|
|
5319
5318
|
var returningDonorsCount = 0;
|
|
@@ -5346,6 +5345,7 @@ var OverallSection = function OverallSection(_ref) {
|
|
|
5346
5345
|
avgGift = donorMix.avgGift || 0;
|
|
5347
5346
|
donorMixPrev = donorMix.donorMixPrev || 0;
|
|
5348
5347
|
}
|
|
5348
|
+
console.log("DONOR MIX", donorMix);
|
|
5349
5349
|
var renderCard = function renderCard(title) {
|
|
5350
5350
|
return /*#__PURE__*/jsx(MetricCard
|
|
5351
5351
|
// key={title}
|
|
@@ -5665,8 +5665,6 @@ var OverallSection = function OverallSection(_ref) {
|
|
|
5665
5665
|
value: selectedInfo.value,
|
|
5666
5666
|
trend: selectedInfo.subValue
|
|
5667
5667
|
});
|
|
5668
|
-
console.log("Donation Type Data", donationTypeData);
|
|
5669
|
-
console.log("API DATA", apiData);
|
|
5670
5668
|
return /*#__PURE__*/jsxs(Fragment, {
|
|
5671
5669
|
children: [/*#__PURE__*/jsx(Box, {
|
|
5672
5670
|
sx: {
|