willba-component-library 0.1.56 → 0.1.57

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/lib/index.js CHANGED
@@ -3990,7 +3990,7 @@ var useFilterBar = function (_a) {
3990
3990
  ? format(calendarRange.from, 'yyyy-MM-dd')
3991
3991
  : '',
3992
3992
  endDate: (calendarRange === null || calendarRange === void 0 ? void 0 : calendarRange.to) ? format(calendarRange.to, 'yyyy-MM-dd') : '',
3993
- categories: categories.toString(),
3993
+ //categories: categories.toString(),
3994
3994
  ageCategoryCounts: handleAgeCategoryRules({
3995
3995
  ageCategoryCounts: ageCategoryCounts,
3996
3996
  ageCategories: ageCategories,