-
Notifications
You must be signed in to change notification settings - Fork 27
Mastercraft-enroll-ui-build #261
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
Conversation
|
@Ase020 you have a merge conflict in the PR. Kindly fix this. |
❌ Deploy Preview for spaceyatech failed. Why did it fail? →
|
McbullIan
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
njeririziki
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
some long functions like handleContinue() in MastercraftEnrollmentComponent could be optimized otherwise looks good
Have you read the contributing guidelines ?
What is the purpose of your pull request?
Proposed changes
Warning
Please read these points carefully and answer honestly with an
Xinto all the boxes. Example : [X]
Before submitting a pull request make sure you have:
How to Check and Fix Linting Issues
Run
npm run validate. This command will run prettier and eslint checks to ensure linting guidelines are respected.If the command exits with code 0 (build is successful), there are no linting issues.
If the command exits with a code other than 0, scroll up the command output and look for identified linting issues. Fix them and revalidate to check if the issues have been resolved by re-running the command.