Skip to content

Commit

Permalink
add space
Browse files Browse the repository at this point in the history
  • Loading branch information
AshrafMd-1 committed Dec 27, 2023
1 parent c102c56 commit e532a3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Components/Facility/TreatmentSummary.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ const TreatmentSummary = (props: any) => {
</div>

<div className="col-span-1 px-3 py-2">
<b>Date of admission :</b>
<b>Date of admission : </b>
<span>
{consultationData.admitted
? formatDateTime(consultationData.encounter_date)
Expand All @@ -158,7 +158,7 @@ const TreatmentSummary = (props: any) => {

<div className="grid border-b-2 border-gray-800 print:grid-cols-2 sm:grid-cols-2 md:grid-cols-2">
<div className="col-span-1 border-b-2 border-gray-800 px-3 py-2 print:border-b-0 print:border-r-2 sm:border-b-0 sm:border-r-2">
<b>Gender :</b>
<b>Gender : </b>
{GENDER_TYPES.find((i) => i.id === patientData.gender)?.text}
</div>

Expand Down

0 comments on commit e532a3d

Please sign in to comment.