@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.
- package/esm2020/lib/widgets/navbar-module/navbar-module.component.mjs +2 -4
- package/fesm2015/resolveio-client-lib-core.mjs +1 -3
- package/fesm2015/resolveio-client-lib-core.mjs.map +1 -1
- package/fesm2020/resolveio-client-lib-core.mjs +1 -3
- package/fesm2020/resolveio-client-lib-core.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -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) {
|