@ammarkhalidfarooq/dashboard-package 0.6.78 → 0.6.79

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.es.js CHANGED
@@ -18525,7 +18525,8 @@ var OrganicSection = function OrganicSection(_ref) {
18525
18525
  trend: selectedInfo.subValue,
18526
18526
  data: selectedInfo.data,
18527
18527
  categories: chartCategories,
18528
- hideControls: true
18528
+ hideControls: true,
18529
+ isAmount: selectedInfo.money
18529
18530
  };
18530
18531
  if (apiLoading) {
18531
18532
  return /*#__PURE__*/jsx(OrganicSectionSkeleton, {});
@@ -18557,7 +18558,8 @@ var OrganicSection = function OrganicSection(_ref) {
18557
18558
  type: "area",
18558
18559
  isPrimary: true,
18559
18560
  isPremium: true,
18560
- numberOfDays: numberOfDays
18561
+ numberOfDays: numberOfDays,
18562
+ metric: activeMetric === "Conversion Rate" ? "Percent" : selectedInfo.money ? "Revenue" : "Donors"
18561
18563
  }), /*#__PURE__*/jsx(Grid, {
18562
18564
  item: true,
18563
18565
  xs: 12,