diff --git a/src/webcomponents/commons/layout/layout-sidebar.js b/src/webcomponents/commons/layout/layout-sidebar.js index aaa1000f5..def64bde4 100644 --- a/src/webcomponents/commons/layout/layout-sidebar.js +++ b/src/webcomponents/commons/layout/layout-sidebar.js @@ -44,7 +44,7 @@ export default class LayoutSidebar extends LitElement { } renderButton(app) { - const active = this.currentUrl.startsWith(`#${app.id}`); // url always start with the app ID + const active = this.currentUrl.startsWith(`#${app.id}/`); // url always start with the app ID return html`