diff --git a/src/Components/Facility/PatientNoteCard.tsx b/src/Components/Facility/PatientNoteCard.tsx index 88c64914321..02a1d7df845 100644 --- a/src/Components/Facility/PatientNoteCard.tsx +++ b/src/Components/Facility/PatientNoteCard.tsx @@ -89,9 +89,9 @@ const PatientNoteCard = ({ >
- {formatDateTime(note.edits[0].edited_on)} + {formatDateTime(note.edits[0].edited_date)} - Edited {relativeDate(note.edits[0].edited_on, true)} + Edited {relativeDate(note.edits[0].edited_date, true)}

- {formatDateTime(edit.edited_on)} + {formatDateTime(edit.edited_date)}