diff --git a/src/components/Patient/PatientDetailsTab/Demography.tsx b/src/components/Patient/PatientDetailsTab/Demography.tsx index f99b3f9c3ad..1fa02dfdf94 100644 --- a/src/components/Patient/PatientDetailsTab/Demography.tsx +++ b/src/components/Patient/PatientDetailsTab/Demography.tsx @@ -198,8 +198,8 @@ export const Demography = (props: PatientProps) => { ) : ( <> - {new Date().getFullYear() - patientAgeInYears(patientData)} ( - {formatPatientAge(patientData, true)}) + {patientData.year_of_birth} ({formatPatientAge(patientData, true)} + ) ), },