Skip to content

Commit

Permalink
Update sidenav-items.component.html
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquesfize committed Jul 18, 2024
1 parent 56152a6 commit 4c2f4d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
</a>
<ng-container *ngFor="let module of moduleService.getDisplayedModules(); let index = index">
<a
*ngIf="module.active_frontend; else"
*ngIf="module.active_frontend"
[routerLink]="module.module_url"
[attr.data-qa]="'gn-sidenav-link-' + module.module_code"
[target]="module.module_target"
Expand Down

0 comments on commit 4c2f4d9

Please sign in to comment.