diff --git a/src/Components/Facility/PatientNoteCard.tsx b/src/Components/Facility/PatientNoteCard.tsx index 9ddfbc009e6..0eab8135afd 100644 --- a/src/Components/Facility/PatientNoteCard.tsx +++ b/src/Components/Facility/PatientNoteCard.tsx @@ -188,7 +188,9 @@ const PatientNoteCard = ({ ) : ( -
{noteField}
+
+ {noteField} +
)} }