Skip to content

Commit

Permalink
Format with prettier to pass CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ezwelty committed Jun 4, 2024
1 parent 049739b commit 797344e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/map/TrackLocationButton.js
Original file line number Diff line number Diff line change
Expand Up @@ -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())
Expand Down

0 comments on commit 797344e

Please sign in to comment.