diff --git a/src/components/Patient/PatientHome.tsx b/src/components/Patient/PatientHome.tsx index 518ac33bdf2..a63f3202f98 100644 --- a/src/components/Patient/PatientHome.tsx +++ b/src/components/Patient/PatientHome.tsx @@ -664,8 +664,8 @@ export const PatientHome = (props: { ? formatDateTime(patientData.created_date) : "--:--"} - {patientData.modified_date - ? relativeDate(patientData.modified_date) + {patientData.created_date + ? relativeDate(patientData.created_date) : "--:--"}