diff --git a/src/Components/Facility/PatientNotesSlideover.tsx b/src/Components/Facility/PatientNotesSlideover.tsx index 2e04312d277..24f5151948f 100644 --- a/src/Components/Facility/PatientNotesSlideover.tsx +++ b/src/Components/Facility/PatientNotesSlideover.tsx @@ -199,32 +199,36 @@ 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)} + /> +
+
+ + + +
)}