Skip to content

Commit

Permalink
Fixed #3790
Browse files Browse the repository at this point in the history
  • Loading branch information
tidusjar committed Oct 7, 2020
1 parent 799061a commit 5b22836
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<i class="fa fa-plus"></i> {{ 'Requests.MarkAvailable' | translate }}
</button>

<button *ngIf="movieRequest && !movieRequest.denied" mat-raised-button class="btn-spacing" color="warn"
<button *ngIf="movieRequest && !movieRequest.denied && !movie.available" mat-raised-button class="btn-spacing" color="warn"
(click)="deny()">
<i class="fa fa-times"></i> {{
'Requests.Deny' | translate }}</button>
Expand Down

0 comments on commit 5b22836

Please sign in to comment.