Skip to content

Commit c9a4447

Browse files
committed
Remove unnecessary ignoresSafeArea from CartView as the implementation is already in the background.
1 parent 7fd21d4 commit c9a4447

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

WooCommerce/Classes/POS/Presentation/PointOfSaleDashboardView.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ struct PointOfSaleDashboardView: View {
100100
CartView()
101101
.accessibilitySortPriority(1)
102102
.frame(width: geometry.size.width * Constants.cartWidth)
103-
.ignoresSafeArea(edges: .bottom)
104103
}
105104

106105
if posModel.orderStage == .finalizing {

0 commit comments

Comments
 (0)