willba-component-library 0.2.51 → 0.2.53

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "willba-component-library",
3
- "version": "0.2.51",
3
+ "version": "0.2.53",
4
4
  "description": "A custom UI component library",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib/index.esm.js",
@@ -124,7 +124,7 @@ export const useFilterBar = ({
124
124
 
125
125
  handleSelectedFilter(false)
126
126
 
127
- if (onSubmit && selectedPath === Pages.ROOMS) {
127
+ if (onSubmit) {
128
128
  onSubmit(newParams)
129
129
  } else {
130
130
  setInnerLoading(true),