Skip to content

Commit

Permalink
fix: MonitorConfirmation Link updated
Browse files Browse the repository at this point in the history
  • Loading branch information
stevan06v committed Mar 14, 2024
1 parent af7665f commit 429c6b8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ struct MonitorAuthenticationView: View {
HStack {
Spacer()

NavigationLink(destination: Text("ConfirmationView")) {
NavigationLink(destination: MonitorConfirmationView(selectedView: $selectedView)) {
Text("Authenticate")
}.buttonStyle(.borderedProminent)
}.padding(.horizontal, 35)
Expand Down Expand Up @@ -136,7 +136,7 @@ struct MonitorAuthenticationView: View {
HStack {
Spacer()

NavigationLink(destination: Text("ConfirmationView")) {
NavigationLink(destination: MonitorConfirmationView(selectedView: $selectedView)) {
Text("Authenticate")
}.buttonStyle(.borderedProminent)
}.padding(.horizontal, 35)
Expand Down

0 comments on commit 429c6b8

Please sign in to comment.