willba-component-library 0.0.67 → 0.0.68
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.esm.js
CHANGED
|
@@ -7969,9 +7969,7 @@ function useFilterBar() {
|
|
|
7969
7969
|
}
|
|
7970
7970
|
}
|
|
7971
7971
|
var url = "http://localhost:4000/en/events/?".concat(queryParams.toString());
|
|
7972
|
-
|
|
7973
|
-
window.location.href = url;
|
|
7974
|
-
}
|
|
7972
|
+
window.location.href = url;
|
|
7975
7973
|
handleSelectedFilter(false);
|
|
7976
7974
|
};
|
|
7977
7975
|
return {
|