@ammarkhalidfarooq/dashboard-package 0.6.34 → 0.6.35

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
@@ -2211,7 +2211,7 @@ var ExportPdfLayout = /*#__PURE__*/React.forwardRef(function (_ref1, ref) {
2211
2211
  }
2212
2212
  return "";
2213
2213
  };
2214
- var formattedActiveFilters = normalizeFiltersText(activeFilters) || normalizeFiltersText(getActiveFilterChips(apiData));
2214
+ var formattedActiveFilters = normalizeFiltersText(activeFilters);
2215
2215
  var report = buildReportData(apiData, dateName);
2216
2216
  var hero = report.hero,
2217
2217
  metrics = report.metrics,