diff --git a/src/components/map/TrackLocationButton.js b/src/components/map/TrackLocationButton.js index 0a0742e0..57fd53b9 100644 --- a/src/components/map/TrackLocationButton.js +++ b/src/components/map/TrackLocationButton.js @@ -89,7 +89,7 @@ const TrackLocationButton = ({ isIcon }) => { onClick={(event) => { if (userDeniedLocation) { toast.info( - 'Permission to use your location was denied. To enable geolocation, please allow location sharing in your browser settings and refresh the page.' + 'Permission to use your location was denied. To enable geolocation, please allow location sharing in your browser settings and refresh the page.', ) } else { dispatch(startTrackingLocation())