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