diff --git a/src/Components/Facility/PatientNotesSlideover.tsx b/src/Components/Facility/PatientNotesSlideover.tsx index 24f5151948f..4b567ad15e9 100644 --- a/src/Components/Facility/PatientNotesSlideover.tsx +++ b/src/Components/Facility/PatientNotesSlideover.tsx @@ -199,36 +199,32 @@ export default function PatientNotesSlideover(props: PatientNotesProps) { disableEdit={!patientActive} />
-
- setNoteField(e.value)} - className="grow" - errorClassName="hidden" - placeholder="Type your Note" - disabled={!patientActive} - onFocus={() => setFocused(true)} - onBlur={() => setFocused(false)} - /> -
-
- - - -
+ setNoteField(e.value)} + className="grow" + errorClassName="hidden" + placeholder="Type your Note" + disabled={!patientActive} + onFocus={() => setFocused(true)} + onBlur={() => setFocused(false)} + /> + + +
)}