Skip to content

Commit a95afcc

Browse files
committed
Remove spacing in BookingListContainerView
1 parent 61d1414 commit a95afcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/Classes/Bookings/BookingList/BookingListContainerView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ struct BookingListContainerView: View {
1010

1111
var body: some View {
1212
NavigationStack {
13-
VStack {
13+
VStack(spacing: 0) {
1414
headerView
1515
TabView(selection: $viewModel.selectedTab) {
1616
ForEach(BookingListTab.allCases, id: \.rawValue) { tab in

0 commit comments

Comments
 (0)