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