Skip to content

Commit e7aebdd

Browse files
committed
Display attendance status in booking details header
1 parent 35915c0 commit e7aebdd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

WooCommerce/Classes/ViewModels/Booking Details/HeaderContent.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,8 @@ extension BookingDetailsViewModel {
1818
)
1919
serviceAndCustomerLine = booking.summaryText
2020

21-
let bookingStatus = booking.bookingStatus
2221
status = [
23-
"Booked",
22+
booking.attendanceStatus.localizedTitle,
2423
booking.bookingStatus.localizedTitle
2524
]
2625
}

0 commit comments

Comments
 (0)