Skip to content

Commit

Permalink
Removes unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
eireland committed Feb 8, 2024
1 parent edbcc8b commit 37fe9c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/location-picker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ export const LocationPicker = ({setActiveStations, setStatus}: IProps) => {
}
// eslint-disable-next-line react-hooks/exhaustive-deps
},[endDate, location, startDate]);
// },[endDate, location, startDate, didUserSelectStationFromMap]);

useEffect(() => {
if (showStationSelectionList) {
Expand Down

0 comments on commit 37fe9c4

Please sign in to comment.