Skip to content

Commit

Permalink
fixes #5430
Browse files Browse the repository at this point in the history
  • Loading branch information
rithviknishad committed May 4, 2023
1 parent 54bd79f commit 879abd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Facility/ConsultationDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,7 @@ export const ConsultationDetails = (props: any) => {
<div>
Cause of death {" - "}
<span className="font-semibold">
{consultationData.discharge_advice || "--"}
{consultationData.discharge_notes || "--"}
</span>
</div>
<div>
Expand Down

0 comments on commit 879abd1

Please sign in to comment.