Skip to content

Commit

Permalink
Try fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasKetterer committed Oct 18, 2024
1 parent 1324ca6 commit 1bcc426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ function App() {
fetchUser();
}
// eslint-disable-next-line
}, [isAuthenticated, createUser, fetchFixtures, fetchUser]);
}, [isAuthenticated]);

useEffect(() => {
const applyFilters = () => {
Expand Down

0 comments on commit 1bcc426

Please sign in to comment.