willba-component-library 0.0.67 → 0.0.69

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
@@ -7989,9 +7989,7 @@ function useFilterBar() {
7989
7989
  }
7990
7990
  }
7991
7991
  var url = "http://localhost:4000/en/events/?".concat(queryParams.toString());
7992
- if (typeof window !== 'undefined') {
7993
- window.location.href = url;
7994
- }
7992
+ window.location.href = url;
7995
7993
  handleSelectedFilter(false);
7996
7994
  };
7997
7995
  return {