Skip to content

Commit

Permalink
fix: remove the complaint about not adding the form element
Browse files Browse the repository at this point in the history
but if you do, then it will be self DOS
  • Loading branch information
bjarneo committed Sep 8, 2022
1 parent 7ab2ca1 commit b061286
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/client/routes/account/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ const Account = () => {
setError(e);
}
})();

// eslint-disable-next-line
}, [token, dispatch]);

if (error) {
Expand Down

0 comments on commit b061286

Please sign in to comment.