Fix issue where all attendees appeared to be checked in in check-in section

This commit is contained in:
Dave Earley 2016-10-13 13:57:18 +01:00
parent 539a0c4fec
commit 5b2a24e063
2 changed files with 2 additions and 1 deletions

View File

@ -102,6 +102,7 @@ section.attendeeList {
width: 40px;
height: 40px;
line-height: 20px;
background-color: #ebebeb;
}
.at.arrived {

View File

@ -88,7 +88,7 @@
@click="toggleCheckin(attendee)"
v-for="attendee in attendees"
class="at list-group-item"
:class = "{arrived : attendee.has_arrived}"
:class = "{arrived : attendee.has_arrived || attendee.has_arrived == '1'}"
>
Name: <b>@{{ attendee.first_name }} @{{ attendee.last_name }} </b> &nbsp; <span v-if="!attendee.is_payment_received" class="label label-danger">Awaiting Payment</span>
<br>