Skip to content

Commit

Permalink
Remove competition for godparent view
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienDuf committed Mar 23, 2019
1 parent 58c347c commit 06a992c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
</div>
</div>
</a>
<ng-container *ifNotRole="['volunteer', 'sponsor']">
<ng-container *ifNotRole="['volunteer', 'sponsor', 'godparent']">
<a *ngIf="(attendee$ | async)?.registered" [routerLink]="['/competition']" routerLinkActive="active">
<div [fxLayout]="'row'" fxFlexFill>
<div fxFlex="20">
Expand Down

0 comments on commit 06a992c

Please sign in to comment.