Skip to content

Commit

Permalink
Merge branch 'develop' into Fix-#1272
Browse files Browse the repository at this point in the history
  • Loading branch information
Illya97 authored Jun 21, 2022
2 parents a436a6e + 1f59814 commit 3dc8219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/header/header.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ <h2 class="header_descr">
</ng-template>
<ng-template #AdminView>
<a [routerLink]="'./personal-cabinet/config'"><button mat-menu-item>Особиста інформація</button></a>
<a *ngIf="subrole !== 'ProviderAdmin'" [routerLink]="'./admin-tools/platform/AboutPortal'"> <button mat-menu-item>Адміністрування</button></a>
<a *ngIf="subrole !== 'ProviderAdmin'" [routerLink]="'./admin-tools/platform'"> <button mat-menu-item>Адміністрування</button></a>
<button mat-menu-item (click)="logout()">Вийти</button>
</ng-template>
</mat-menu>
Expand Down

0 comments on commit 3dc8219

Please sign in to comment.