Skip to content

Commit

Permalink
Update src/Components/Patient/PatientHome.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Rithvik Nishad <[email protected]>
  • Loading branch information
AdityyaX and rithviknishad authored Dec 30, 2023
1 parent 07ab95c commit 2d2faf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Patient/PatientHome.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ export const PatientHome = (props: any) => {
Date of Birth
</div>
<div className="mt-1 text-sm font-medium leading-5">
{formatDateOfBirth(patientData?.date_of_birth)}
{formatDate(patientData?.date_of_birth)}
</div>
</div>
<div className="sm:col-span-1">
Expand Down

0 comments on commit 2d2faf2

Please sign in to comment.