Skip to content

Commit 0a35c86

Browse files
authored
Merge pull request #200 from TaskarCenterAtUW/fix-typo-alert-icon
fix typo
2 parents 3f53584 + 38ab92d commit 0a35c86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GoInfoGame/GoInfoGame/UI/Map/MapView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ struct MapView: View {
187187
}
188188
.sheet(isPresented: $showCreateNoteSheet, content: {
189189
CreateNoteView(coordinates: tappedCoordinate ?? CLLocationCoordinate2D(latitude: 0.0, longitude: 0.0), showNotesBox: $showCreateNoteSheet, dismissSheet: { message in
190-
if message.contains("wrong") {
190+
if message.contains("error") {
191191
alertIcon = "exclamationmark.triangle.fill"
192192
} else {
193193
alertIcon = "checkmark.circle.fill"

0 commit comments

Comments
 (0)