Skip to content

Commit 589f718

Browse files
committed
added debugging
1 parent 986320e commit 589f718

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/routes/RoutePage.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ function RoutePage() {
9191
}, []);
9292

9393
useEffect(() => {
94+
console.log(pointsOfInterest);
9495
if (pointsOfInterest) {
9596
setLatitude(
9697
Object.values(pointsOfInterest)[

0 commit comments

Comments
 (0)