Skip to content

Commit

Permalink
fix(ts/components/mapDisplay): fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Eddie Maldonado <[email protected]>
  • Loading branch information
firestack and lemald authored Oct 19, 2023
1 parent f785093 commit 1395a71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/src/components/mapPage/mapDisplay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ const NearbyStops = ({ stops }: { stops: Stop[] }) => {
)
}, [map, stationsAndBus, setNearbyStops])

// Filter stops whenever function, and it's inputs, change
// Filter stops whenever function, and its inputs, change
useEffect(() => {
filterStopsToBounds()
}, [filterStopsToBounds])
Expand Down

0 comments on commit 1395a71

Please sign in to comment.