Skip to content

Commit

Permalink
change visibility (#1541)
Browse files Browse the repository at this point in the history
* change visibility

* fix lint
  • Loading branch information
Medienkunzt authored Dec 8, 2023
1 parent 4047d66 commit 68e3a12
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,7 @@ <h1>
<p>{{ "sidebar.label.analyticsPlatform" | i18nextEager }}</p>
</a>

<a
mat-list-item
routerLink="/modelling"
routerLinkActive="selected"
*ngIf="isAdmin || isModerator"
>
<a mat-list-item routerLink="/modelling" routerLinkActive="selected">
<mat-icon> format_shapes</mat-icon>
<p>FBS Modellierung</p>
</a>
Expand Down

0 comments on commit 68e3a12

Please sign in to comment.