Skip to content

Commit

Permalink
fixes issue 462 v2
Browse files Browse the repository at this point in the history
  • Loading branch information
am-MongoDB committed Sep 22, 2022
1 parent 405983c commit 7893e00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion o-fish-ios/Views/Components/Maps/MapView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ struct MapView: UIViewRepresentable {
}
} else {
mapView.overlays.forEach { mapView.removeOverlay($0) }
mif mpaSelected != nil {
if mpaSelected != nil {
mpaSelected = nil
}
}
Expand Down

0 comments on commit 7893e00

Please sign in to comment.