fix: shorten report confirmation action
This commit is contained in:
@@ -65,7 +65,7 @@ struct StationDetailView: View {
|
||||
.navigationBarTitleDisplayMode(.inline)
|
||||
.alert("Report an error?", isPresented: $showingReportIssueConfirmation) {
|
||||
Button("Cancel", role: .cancel) { }
|
||||
Button("Open GOV.UK") {
|
||||
Button("Report") {
|
||||
UIApplication.shared.open(reportIssueURL)
|
||||
}
|
||||
} message: {
|
||||
|
||||
Reference in New Issue
Block a user