Skip to content

Commit 857b948

Browse files
committed
Update NavigationView usage to NavigationStack
1 parent c6cb1df commit 857b948

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Modules/Sources/PointOfSale/Presentation/Settings/POSSettingsHardwareDetailView.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ private extension POSSettingsHardwareDetailView {
122122
}
123123

124124
var supportForm: some View {
125-
NavigationView {
125+
NavigationStack {
126126
externalViews.createSupportFormView(isPresented: $showSupport, sourceTag: Constants.supportTag)
127127
.toolbar {
128128
ToolbarItem(placement: .cancellationAction) {
@@ -132,7 +132,6 @@ private extension POSSettingsHardwareDetailView {
132132
}
133133
}
134134
}
135-
.navigationViewStyle(.stack)
136135
}
137136

138137
var cardReadersView: some View {

0 commit comments

Comments
 (0)