Skip to content

Commit

Permalink
update signupForm
Browse files Browse the repository at this point in the history
Signed-off-by: Karan Singh Thakur <[email protected]>
  • Loading branch information
thisiskaransgit committed Aug 20, 2023
1 parent 4fee2e9 commit e2173cc
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 e2173cc

Please sign in to comment.