Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tienifr committed Apr 9, 2024
1 parent a92db3b commit b4d97c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/LogOutPreviousUserPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ function LogOutPreviousUserPage({session, route, isAccountLoading}: LogOutPrevio
Navigation.navigate(exitUrl);
});
}
// eslint-disable-next-line react-hooks/exhaustive-deps
}, [isAccountLoading]);

return <FullScreenLoadingIndicator />;
Expand Down

0 comments on commit b4d97c8

Please sign in to comment.