Adjust conditions for showing requeue button

This commit is contained in:
Liam Westby 2018-10-17 18:24:27 -05:00
parent 96adc9dee3
commit f6e7a71e91

View File

@ -25,5 +25,5 @@
<div id="footer" class="navbar">
<button type="button" (click)="startGame()">Start Game</button>
<button *ngIf="this.isSpectator && !this.isSingleParty" type="button" (click)="requeue()">Requeue</button>
<button *ngIf="!(this.isSpectator && this.isSingleParty)" type="button" (click)="requeue()">Requeue</button>
</div>