Skip to content

Commit

Permalink
Merge pull request #142 from meshery/revert-137-ci/fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Chadha93 committed Aug 17, 2023
2 parents 18a84d5 + ff55c3f commit 4fee2e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/src/components/SignupForm/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const SignupForm = ({ onSubmit }) => {
const [errorMessage, setErrorMessage] = useState('');

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

useEffect(() => {
if (formSubmitted) {
Expand All @@ -63,7 +63,7 @@ const SignupForm = ({ onSubmit }) => {
behavior: 'smooth'
});
}
}, [formSubmitted, memberFormOne, onSubmit]);
}, [formSubmitted, memberFormOne]);

const PlayFormComponent = () => {
return (
Expand Down

0 comments on commit 4fee2e9

Please sign in to comment.