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.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