Skip to content

Commit 4eceb20

Browse files
committed
Fix ineligible UI not being fullscreen.
1 parent 3318c19 commit 4eceb20

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

WooCommerce/Classes/POS/Presentation/PointOfSaleDashboardView.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ struct PointOfSaleDashboardView: View {
6262
POSIneligibleView(reason: reason, onRefresh: {
6363
try await posModel.entryPointController.refreshEligibility(reason: reason)
6464
})
65+
.frame(maxWidth: .infinity)
6566
case .error(let error):
6667
PointOfSaleItemListFullscreenErrorView(error: error, onAction: {
6768
Task {

0 commit comments

Comments
 (0)