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 00fe487 commit f299202Copy full SHA for f299202
WooCommerce/Classes/Bookings/BookingList/BookingListContainerView.swift
@@ -26,6 +26,7 @@ struct BookingListContainerView: View {
26
.tabViewStyle(.page(indexDisplayMode: .never))
27
}
28
.navigationTitle(Localization.viewTitle)
29
+ .toolbar(removing: .sidebarToggle)
30
.toolbar {
31
ToolbarItem(placement: .confirmationAction) {
32
Button {
0 commit comments