We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1ceef24 + a114fa4 commit 430cc75Copy full SHA for 430cc75
frontend/my-app/src/components/CurrentStationData.tsx
@@ -50,7 +50,7 @@ const CurrentStationData: React.FC<any> = ({ currentSpot, spotCoords }) => {
50
const { stationData, setStationData } = useContext(StationDataContext);
51
const fetchStationData: any = async () => {
52
try {
53
- const range = "100000";
+ const range = "170000";
54
const lat = spotCoords[0];
55
const lng = spotCoords[1];
56
const res = await fetch(
0 commit comments