diff --git a/src/Components/Facility/PatientNotesSlideover.tsx b/src/Components/Facility/PatientNotesSlideover.tsx index 27a961b9d9b..b268500f6cf 100644 --- a/src/Components/Facility/PatientNotesSlideover.tsx +++ b/src/Components/Facility/PatientNotesSlideover.tsx @@ -18,7 +18,7 @@ interface PatientNotesProps { } export default function PatientNotesSlideover(props: PatientNotesProps) { - const [show, setShow] = useState(false); + const [show, setShow] = useState(true); const [patientActive, setPatientActive] = useState(true); const [noteField, setNoteField] = useState(""); const [reload, setReload] = useState(false);