Skip to content

Commit 57f615b

Browse files
author
Achyut Kumar M
committed
remove duplicate unwrapping
1 parent 06f1e75 commit 57f615b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

GoInfoGame/GoInfoGame/UI/Map/MapView.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,6 @@ struct MapView: View {
236236
showZoomInAlert = true
237237
return
238238
}
239-
guard let mapView = mapViewRef else { return }
240239
viewModel.fetchOSMDataFor(from: .visibleRect(mapView: mapView))
241240

242241
}

0 commit comments

Comments
 (0)