Skip to content

Commit

Permalink
SMA-107: fixed int warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ivamach committed May 3, 2024
1 parent f4bdbbe commit 2cda644
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/sportsmatch-app/src/hooks/UseLocation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ const useLocation = (options: LocationOptions = {}) => {
setLocation((prevState) => ({
...prevState,
error:
'Geolocation is not supported by your browser or not available in the current environment',
'Geolocation is not supported by your browser or not available in the current' +
' environment',
}))
return
}
Expand Down

0 comments on commit 2cda644

Please sign in to comment.