Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactored the code, removed bugs #527

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

gyanpra
Copy link

@gyanpra gyanpra commented Sep 6, 2021

Related Issuse

  • In formata validation, added !==
  • Removed Setvalue , which was already declared.
  • Refactored the code alignment.

A clear and concise description of what you have done to successfully close your assigned issue. Any new files? or anything you feel to let us know!

Checklist:

  • My code follows the style guidelines of this project.
  • I have performed a self-review of my own code.
  • I have commented my code, particularly in hard-to-understand areas.
  • I have made corresponding changes to the documentation.(Specially for frontend)
  • My changes generate no new warnings.

@github-actions
Copy link

github-actions bot commented Sep 6, 2021

@gyanpra Thank you for Opening pull request. We will get back to you as soon as possible. Your patience is greatly appreciated! Thanks! 🥳.
PS: Please double check that you linked the corresponding issue.


</div>
const [formData, setFormData] = useState(initialState);
//const [setValue] = React.useState("Controlled"); SetValue is already assigned in line 21

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Commented code should not be pushed to GitHub.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants