Skip to content

Commit 69b89de

Browse files
committed
more debugging
1 parent 28f3993 commit 69b89de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/points-of-interest/PointOfInterest.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ function PointOfInterest({
3535
const { geolocationAvailable } = useContext(PermissionContext);
3636

3737
console.log(lat, long);
38+
console.log(geolocationAvailable);
3839
useEffect(() => {
3940
if (
4041
latitude &&

0 commit comments

Comments
 (0)