@resolveio/client-lib-core 1.3.2 → 1.3.4

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.
@@ -4844,9 +4844,6 @@ class NavbarModuleComponent extends BaseComponent {
4844
4844
  break;
4845
4845
  }
4846
4846
  }
4847
- if (this.selectedTab === null) {
4848
- this.selectedTab = this.menuData.tabs[0];
4849
- }
4850
4847
  }
4851
4848
  }
4852
4849
  }
@@ -4855,10 +4852,8 @@ class NavbarModuleComponent extends BaseComponent {
4855
4852
  if (this.selectedTab.label === tab.label) {
4856
4853
  return 'active';
4857
4854
  }
4858
- else {
4859
- return '';
4860
- }
4861
4855
  }
4856
+ return '';
4862
4857
  }
4863
4858
  navigateTo(tab) {
4864
4859
  if (this.selectedTab !== tab) {