We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug User would be confused whether diagnoses are being loaded or does the consultation not have any diagnoses associated to it.
To Reproduce Steps to reproduce the behavior:
Expected behavior It'd be nice to visibly show a text there are no diagnoses for this patient when no it is so.
Screenshots
The text was updated successfully, but these errors were encountered:
Update: as per the latest version of care, we cannot create a consultation without at least 1 diagnosis.
We could hide the diagnosis card in such cases.
Sorry, something went wrong.
fix(consultation): fixes ohcnetwork#7187 hide diagnoses card if empty
39a8c73
7e1cfb5
fix: hide the diagonses card if it's empty (#7196)
847a5de
* fix(consultation): fixes #7187 hide diagnoses card if empty * fix(consultation): resolved suggestion * Update src/Components/Facility/ConsultationDetails/index.tsx --------- Co-authored-by: Rithvik Nishad <[email protected]>
aeswibon
Successfully merging a pull request may close this issue.
Describe the bug
User would be confused whether diagnoses are being loaded or does the consultation not have any diagnoses associated to it.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
It'd be nice to visibly show a text there are no diagnoses for this patient when no it is so.
Screenshots
The text was updated successfully, but these errors were encountered: