Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwalo32 committed Jan 4, 2025
1 parent e30c844 commit 7b597d9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ export const MapHandler = ({ place }: MapHandlerProps) => {
if (!map || !place) return

if (place) {
// const bounds = new google.maps.LatLngBounds({ lat: place.latitude, lng: place.longitude });
map.setCenter({ lat: place.latitude, lng: place.longitude })
}
}, [map, place])
Expand Down

0 comments on commit 7b597d9

Please sign in to comment.