-
Notifications
You must be signed in to change notification settings - Fork 437
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
Added option for 3rd dose #2468
Conversation
@siddnikh Have you created a backend issue for this? |
@nihal467 I had to update the backend too. Here's the PR for that: ohcnetwork/care#775 |
@gigincg yeah. You can check it out here: ohcnetwork/care#775 |
test approved |
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.
please do work on the requested changes,
Note:
- the unused variables, functions, interfaces and imports can be removed instead of commenting them out
- do prioritize on fixing an eslint issue instead of using eslint disable
❌ Deploy Preview Failed. CC: @rithviknishad
|
Had to comment out a few lines in PatientRegister.tsx to allow commit.
Solves #2037