Fixed stuff #1.1.0
This commit is contained in:
@@ -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"
|
||||
};
|
||||
|
Reference in New Issue
Block a user