Skip to content

Commit

Permalink
Merge pull request #143 from thisiskaransgit/workflow/justfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Chadha93 committed Aug 20, 2023
2 parents 4fee2e9 + e2173cc commit 165fec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/src/components/SignupForm/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ const SignupForm = ({ onSubmit }) => {
const [errorMessage, setErrorMessage] = useState('');

// const errorAccounts = "Please provide at least one account";
const errorRole = '';

useEffect(() => {
if (formSubmitted) {
Expand All @@ -63,6 +62,7 @@ const SignupForm = ({ onSubmit }) => {
behavior: 'smooth'
});
}
// eslint-disable-next-line react-hooks/exhaustive-deps
}, [formSubmitted, memberFormOne]);

const PlayFormComponent = () => {
Expand Down

0 comments on commit 165fec6

Please sign in to comment.