Skip to content

Commit 55b8a45

Browse files
authored
Merge pull request #201 from TaskarCenterAtUW/fix-typo-alert-error-icon
casing fix
2 parents 0a35c86 + fe46711 commit 55b8a45

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("error") {
190+
if message.contains("Error") {
191191
alertIcon = "exclamationmark.triangle.fill"
192192
} else {
193193
alertIcon = "checkmark.circle.fill"

0 commit comments

Comments
 (0)