Allow admins to subscribe too!

pull/4585/head
sephrat 2 years ago
parent dd7219ebf9
commit 6c8205ffc8

@ -108,7 +108,7 @@
</span>
</span>
<span *ngIf="!isAdmin && movieRequest.showSubscribe">
<span *ngIf="movieRequest.showSubscribe">
<button *ngIf="!movieRequest.subscribed" (click)="notify()" id="notifyBtn"
mat-raised-button class="btn-spacing"> <i class="fas fa-bell"></i>
{{ 'Requests.Notify' | translate }}</button>

Loading…
Cancel
Save