Skip to content

Commit 430cc75

Browse files
committed
Merge branch 'dev'
2 parents 1ceef24 + a114fa4 commit 430cc75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/my-app/src/components/CurrentStationData.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ const CurrentStationData: React.FC<any> = ({ currentSpot, spotCoords }) => {
5050
const { stationData, setStationData } = useContext(StationDataContext);
5151
const fetchStationData: any = async () => {
5252
try {
53-
const range = "100000";
53+
const range = "170000";
5454
const lat = spotCoords[0];
5555
const lng = spotCoords[1];
5656
const res = await fetch(

0 commit comments

Comments
 (0)