Fixed stuff #1.1.0

This commit is contained in:
2023-08-21 15:51:54 +02:00
parent 0541f3dfde
commit 296c6e8044
4 changed files with 4 additions and 1 deletions

View File

@@ -69,7 +69,7 @@ export class SidebarService {
async buildMenu(user: UserDTO | null, hasPermission: boolean, isTechnician: boolean = false) {
this.dashboard = {
label: this.translateService.instant("sidebar.dashboard"),
label: this.isSidebarOpen ? this.translateService.instant("sidebar.dashboard") : "",
icon: "pi pi-th-large",
routerLink: "dashboard"
};