Skip to content

Commit 568a376

Browse files
committed
Bring back the correct icon
1 parent 66f6e88 commit 568a376

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/Classes/ViewRelated/Bookings/Booking Details/UpdateAttendanceStatusView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ private extension BookingAttendanceStatus {
9090
case .booked:
9191
return "calendar.badge.checkmark"
9292
case .checkedIn:
93-
return "person.fill.checkmark"
93+
return "calendar.and.person"
9494
case .noShow:
9595
return "calendar.badge.exclamationmark"
9696
case .cancelled, .unknown:

0 commit comments

Comments
 (0)