Skip to content

Commit

Permalink
remove presentation mode variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
tobitech committed Oct 10, 2024
1 parent 57444ca commit 661c43a
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ public struct LivenessCaptureInstructionsView: View {
self.viewModel = viewModel
}

@Environment(\.presentationMode) private var presentationMode

public var body: some View {
VStack {
HStack {
Expand Down

0 comments on commit 661c43a

Please sign in to comment.