diff options
Diffstat (limited to 'client/src/app/app.component.html')
-rw-r--r-- | client/src/app/app.component.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/client/src/app/app.component.html b/client/src/app/app.component.html index b095e44d6..cb1f4e4ef 100644 --- a/client/src/app/app.component.html +++ b/client/src/app/app.component.html | |||
@@ -19,8 +19,7 @@ | |||
19 | <div class="title-menu-left"> | 19 | <div class="title-menu-left"> |
20 | 20 | ||
21 | <div class="title-menu-left-block menu"> | 21 | <div class="title-menu-left-block menu"> |
22 | <my-menu *ngIf="isMenuDisplayed && isInAdmin() === false"></my-menu> | 22 | <my-menu *ngIf="isMenuDisplayed"></my-menu> |
23 | <my-menu-admin *ngIf="isMenuDisplayed && isInAdmin() === true"></my-menu-admin> | ||
24 | </div> | 23 | </div> |
25 | </div> | 24 | </div> |
26 | 25 | ||