From 37577056d71b8eca699fdef884afa3795b5a923e Mon Sep 17 00:00:00 2001 From: Sulochan Khadka <122200551+Sulochan-khadka@users.noreply.github.com> Date: Sat, 2 Nov 2024 13:15:17 +0530 Subject: [PATCH 1/2] fixes "Created-at" section peeping out of "Doctor's discussion" (#8796) --- src/components/Facility/ConsultationDoctorNotes/index.tsx | 2 +- src/components/Patient/PatientNotes.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Facility/ConsultationDoctorNotes/index.tsx b/src/components/Facility/ConsultationDoctorNotes/index.tsx index f422eca2763..517c3eca619 100644 --- a/src/components/Facility/ConsultationDoctorNotes/index.tsx +++ b/src/components/Facility/ConsultationDoctorNotes/index.tsx @@ -128,7 +128,7 @@ const ConsultationDoctorNotes = (props: ConsultationDoctorNotesProps) => { backUrl={`/facility/${facilityId}/patient/${patientId}`} >
-
+
{keysOf(PATIENT_NOTES_THREADS).map((current) => (