Skip to content

Commit

Permalink
Update TreatmentSummary.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
AshrafMd-1 authored Dec 27, 2023
1 parent 95856d5 commit c102c56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Facility/TreatmentSummary.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ const TreatmentSummary = (props: any) => {
<b>Date of admission :</b>
<span>
{consultationData.admitted
? formatDateTime(consultationData.admission_date)
? formatDateTime(consultationData.encounter_date)
: " --/--/----"}
</span>
</div>
Expand Down

0 comments on commit c102c56

Please sign in to comment.