Skip to content

Commit

Permalink
SMA-80: fixed lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
ivamach committed Apr 14, 2024
1 parent 96b3936 commit c78bdfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/sportsmatch-app/src/components/PrivateRoute.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const PrivateRoute = () => {
if (!localStorage.getItem('token')) {
setAuthorized(false)
}
},[])
}, [])

useEffect(() => {
const init = async () => {
Expand Down

0 comments on commit c78bdfa

Please sign in to comment.