mirror of
https://github.com/OpenLiberty/liberty-bikes.git
synced 2024-11-27 01:20:01 +08:00
Hide party code in queue message for single party
This commit is contained in:
parent
cbddc243fb
commit
74e5405b0e
@ -103,7 +103,7 @@
|
||||
<div queuePane>
|
||||
<div class="form-group">
|
||||
<div class="form-item">
|
||||
<h2>The current round for party {{party}} is full! Hang out a bit and you will automatically join the next round.</h2>
|
||||
<h2>The current round <span *ngIf="!this.isSingleParty">for party {{party}} </span>is full! Hang out a bit and you will automatically join the next round.</h2>
|
||||
<hr/>
|
||||
<!-- TODO: Display the queue number more prominently -->
|
||||
<h2>You are number {{queuePosition}} in queue</h2>
|
||||
|
Loading…
Reference in New Issue
Block a user