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.
none
1 parent 293dc5b commit 7d874b4Copy full SHA for 7d874b4
WooCommerce/Classes/POS/Presentation/PointOfSaleDashboardView.swift
@@ -119,7 +119,7 @@ struct PointOfSaleDashboardView: View {
119
private var contentView: some View {
120
@Bindable var viewStateCoordinator = viewStateCoordinator
121
return GeometryReader { geometry in
122
- HStack(spacing: 0) {
+ HStack(spacing: POSSpacing.none) {
123
if posModel.orderStage == .building {
124
ItemListView(selectedItemListType: $viewStateCoordinator.selectedItemListType,
125
searchTerm: $viewStateCoordinator.searchTerm)
0 commit comments