From 2d2faf2a8f3a81c3c78fe02af781e7f642b579f8 Mon Sep 17 00:00:00 2001 From: Aditya Pachauri <103623274+AdityyaX@users.noreply.github.com> Date: Sat, 30 Dec 2023 10:45:11 +0530 Subject: [PATCH] Update src/Components/Patient/PatientHome.tsx Co-authored-by: Rithvik Nishad --- src/Components/Patient/PatientHome.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Components/Patient/PatientHome.tsx b/src/Components/Patient/PatientHome.tsx index 520304234df..8775045949a 100644 --- a/src/Components/Patient/PatientHome.tsx +++ b/src/Components/Patient/PatientHome.tsx @@ -572,7 +572,7 @@ export const PatientHome = (props: any) => { Date of Birth
- {formatDateOfBirth(patientData?.date_of_birth)} + {formatDate(patientData?.date_of_birth)}