diff --git a/src/Components/Facility/CentralNursingStation.tsx b/src/Components/Facility/CentralNursingStation.tsx index 30005be0be6..2f31b619776 100644 --- a/src/Components/Facility/CentralNursingStation.tsx +++ b/src/Components/Facility/CentralNursingStation.tsx @@ -48,7 +48,8 @@ export default function CentralNursingStation({ facilityId }: Props) { asset_class: "HL7MONITOR", ordering: qParams.ordering || "bed__name", bed_is_occupied: - (qParams.hide_monitors_without_patient ?? "true") === "true", + (qParams.hide_monitors_without_patient ?? "true") === "true" || + undefined, }, });