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 3318c19 commit 4eceb20Copy full SHA for 4eceb20
WooCommerce/Classes/POS/Presentation/PointOfSaleDashboardView.swift
@@ -62,6 +62,7 @@ struct PointOfSaleDashboardView: View {
62
POSIneligibleView(reason: reason, onRefresh: {
63
try await posModel.entryPointController.refreshEligibility(reason: reason)
64
})
65
+ .frame(maxWidth: .infinity)
66
case .error(let error):
67
PointOfSaleItemListFullscreenErrorView(error: error, onAction: {
68
Task {
0 commit comments