We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7aebdd commit 1100b05Copy full SHA for 1100b05
WooCommerce/Classes/Bookings/BookingList/BookingListView.swift
@@ -136,7 +136,7 @@ private extension BookingListView {
136
HStack {
137
// TODO: update this when attendance status is available
138
// Update badge colors if design changes as statuses are not clarified now.
139
- statusBadge(text: "Booked", color: Layout.defaultBadgeColor)
+ statusBadge(text: booking.attendanceStatus.localizedTitle, color: Layout.defaultBadgeColor)
140
statusBadge(text: booking.bookingStatus.localizedTitle, color: Layout.defaultBadgeColor)
141
Spacer()
142
}
0 commit comments