Skip to content

Commit

Permalink
Merge pull request #11 from TomasKetterer/changeWorkFlow
Browse files Browse the repository at this point in the history
Revertir Cambios
  • Loading branch information
TomasKetterer authored Oct 17, 2024
2 parents af078f5 + 1324ca6 commit 32690fa
Show file tree
Hide file tree
Showing 3 changed files with 290 additions and 435 deletions.
8 changes: 0 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -241,14 +241,15 @@ function App() {
}
};

// eslint-disable-next-line
// eslint-disable-next-line
useEffect(() => {
if (isAuthenticated) {
createUser();
fetchFixtures();
fetchUser();
}
}, [isAuthenticated]);
// eslint-disable-next-line
}, [isAuthenticated, createUser, fetchFixtures, fetchUser]);

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

0 comments on commit 32690fa

Please sign in to comment.