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

Team KJM - fix-3 Mauricio #217

Closed
1 task done
kevin-dev71 opened this issue Jan 6, 2022 · 0 comments · Fixed by #221
Closed
1 task done

Team KJM - fix-3 Mauricio #217

kevin-dev71 opened this issue Jan 6, 2022 · 0 comments · Fixed by #221
Assignees

Comments

@kevin-dev71
Copy link
Member

kevin-dev71 commented Jan 6, 2022

Desde la rama dev crear nueva branch git checkout -b fix-3

  • En el archivo: src/Pages/Public/RegisterPages/PasswordPage.jsx se está repitiendo el componente:
<PasswordRequirement text={req1} />
<PasswordRequirement text={req2} />
<PasswordRequirement text={req3} />
<PasswordRequirement text={req4} />
<PasswordRequirement text={req5} />        

seria bueno hacer un map de las variables req1, req2.... e iterarlo retornando el <PasswordRequirement/>

una vez terminado, suben la rama fix-3 a github git push origin fix-3 y luego desde github abren una PR para mergear fix-3 con la rama team-kevin-jora-mauri

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 a pull request may close this issue.

2 participants