Skip to content

Commit

Permalink
Error e2e solucionado
Browse files Browse the repository at this point in the history
  • Loading branch information
CANCI0 committed Mar 11, 2024
1 parent 1854397 commit 1856690
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webapp/src/pages/Stats/Stats.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ const Stats = () => {
});
}, 2000);
return () => clearTimeout(delayDebounceFn);
// eslint-disable-next-line
}, [username]);

const handleUsernameChange = (event) => {
Expand Down

0 comments on commit 1856690

Please sign in to comment.