mirror of
https://github.com/OpenLiberty/liberty-bikes.git
synced 2025-01-18 10:23:58 +08:00
Adjust conditions for showing requeue button
This commit is contained in:
parent
96adc9dee3
commit
f6e7a71e91
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user