Skip to content

Commit 1100b05

Browse files
committed
Display attendance status badge in list
1 parent e7aebdd commit 1100b05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/Classes/Bookings/BookingList/BookingListView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ private extension BookingListView {
136136
HStack {
137137
// TODO: update this when attendance status is available
138138
// Update badge colors if design changes as statuses are not clarified now.
139-
statusBadge(text: "Booked", color: Layout.defaultBadgeColor)
139+
statusBadge(text: booking.attendanceStatus.localizedTitle, color: Layout.defaultBadgeColor)
140140
statusBadge(text: booking.bookingStatus.localizedTitle, color: Layout.defaultBadgeColor)
141141
Spacer()
142142
}

0 commit comments

Comments
 (0)