Skip to content

Commit 51d05dd

Browse files
committed
Fix initial loading state
1 parent 2203733 commit 51d05dd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

WooCommerce/Classes/Bookings/BookingList/BookingListView.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ struct BookingListView: View {
2424
Spacer()
2525
case .syncingFirstPage:
2626
headerView
27+
Spacer()
2728
ProgressView().progressViewStyle(.circular)
29+
Spacer()
2830
case .results:
2931
bookingList
3032
}

0 commit comments

Comments
 (0)