willba-component-library 0.1.74 → 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 +2 -1
- package/src/components/FilterBar/hooks/useFilterBar.tsx +2 -1
package/lib/index.esm.js
CHANGED
|
@@ -3973,7 +3973,6 @@ var useFilterBar = function (_a) {
|
|
|
3973
3973
|
// Handle default selected tab
|
|
3974
3974
|
if (typeof window === 'undefined')
|
|
3975
3975
|
return;
|
|
3976
|
-
console.log(defaultTab);
|
|
3977
3976
|
var currentPath = defaultTab === Pages.EVENTS ||
|
|
3978
3977
|
window.location.pathname.includes(Pages.EVENTS)
|
|
3979
3978
|
? Pages.EVENTS
|