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 28f3993 commit 69b89deCopy full SHA for 69b89de
src/components/points-of-interest/PointOfInterest.jsx
@@ -35,6 +35,7 @@ function PointOfInterest({
35
const { geolocationAvailable } = useContext(PermissionContext);
36
37
console.log(lat, long);
38
+ console.log(geolocationAvailable);
39
useEffect(() => {
40
if (
41
latitude &&
0 commit comments