From 1220789bcd261b5445863fafdbfe19a8f9245e24 Mon Sep 17 00:00:00 2001 From: Ashesh <3626859+Ashesh3@users.noreply.github.com> Date: Wed, 27 Dec 2023 14:17:43 +0530 Subject: [PATCH] use edited_date --- src/Components/Facility/PatientNoteCard.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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(edit.edited_on)} + {formatDateTime(edit.edited_date)}