willba-component-library 0.1.73 → 0.1.75
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 +0 -1
- package/lib/index.esm.js.map +1 -1
- package/lib/index.js +0 -1
- package/lib/index.js.map +1 -1
- package/lib/index.umd.js +0 -1
- package/lib/index.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/components/FilterBar/FilterBar.stories.tsx +1 -0
- package/src/components/FilterBar/hooks/useFilterBar.tsx +2 -1
package/lib/index.js
CHANGED
|
@@ -3993,7 +3993,6 @@ var useFilterBar = function (_a) {
|
|
|
3993
3993
|
// Handle default selected tab
|
|
3994
3994
|
if (typeof window === 'undefined')
|
|
3995
3995
|
return;
|
|
3996
|
-
console.log(defaultTab);
|
|
3997
3996
|
var currentPath = defaultTab === Pages.EVENTS ||
|
|
3998
3997
|
window.location.pathname.includes(Pages.EVENTS)
|
|
3999
3998
|
? Pages.EVENTS
|