We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 986320e commit 589f718Copy full SHA for 589f718
src/components/routes/RoutePage.jsx
@@ -91,6 +91,7 @@ function RoutePage() {
91
}, []);
92
93
useEffect(() => {
94
+ console.log(pointsOfInterest);
95
if (pointsOfInterest) {
96
setLatitude(
97
Object.values(pointsOfInterest)[
0 commit comments