-
Notifications
You must be signed in to change notification settings - Fork 4
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
[Closes #132] Add additional information for the results of the Physician search #135
Conversation
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.
Good work! Just one small change and a bug fix for the form and then we can have more distinction between physicians!
Without the use of the nullish operator here, the app would crash when a search for physicians is made where some of the fields are null.
…tion stored already
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.
Good job @codergirl01! I made some additional changes after pulling the code locally so feel free to review the new commits
Closes #132
This PR adds hospital name that the physician is connected with in the Physicians form search.