Skip to content

Commit

Permalink
Remove a redundant comment
Browse files Browse the repository at this point in the history
Co-authored-by: Santhosh Sellavel <85645967+Santhosh-Sellavel@users.noreply.github.com>
  • Loading branch information
paultsimura and Santhosh-Sellavel authored Nov 15, 2023
1 parent 95c9b7e commit 68233f4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/MapView/MapView.web.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ const MapView = forwardRef<MapViewHandle, MapViewProps>(
map.fitBounds([northEast, southWest], {padding: mapPadding});
}, [waypoints, mapRef, mapPadding, directionCoordinates]);

// Reset boundaries when waypoints change
useEffect(resetBoundaries, [resetBoundaries]);

useEffect(() => {
Expand Down

0 comments on commit 68233f4

Please sign in to comment.