Hide party code in queue message for single party

This commit is contained in:
Liam Westby 2018-10-19 14:12:58 -05:00
parent cbddc243fb
commit 74e5405b0e

View File

@ -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>