Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
remix-run-bot committed Sep 14, 2022
1 parent 3958b8b commit e5e1760
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/hooks/use-navigate.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ function useLogoutTimer() {
const userIsInactive = useFakeInactiveUser();
const navigate = useNavigate();


useEffect(() => {
if (userIsInactive) {
fake.logout();
Expand Down

0 comments on commit e5e1760

Please sign in to comment.