@resolveio/client-lib-core 1.3.3 → 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.
@@ -4852,10 +4852,8 @@ class NavbarModuleComponent extends BaseComponent {
4852
4852
  if (this.selectedTab.label === tab.label) {
4853
4853
  return 'active';
4854
4854
  }
4855
- else {
4856
- return '';
4857
- }
4858
4855
  }
4856
+ return '';
4859
4857
  }
4860
4858
  navigateTo(tab) {
4861
4859
  if (this.selectedTab !== tab) {