From a5cc3009e4040f599e88858540c5afe32271bfd5 Mon Sep 17 00:00:00 2001 From: eat_code_sleep <141677292+i0am0arunava@users.noreply.github.com> Date: Thu, 7 Nov 2024 03:21:04 +0530 Subject: [PATCH] added usebrekpoint hook instead of usestate --- src/components/Facility/CentralNursingStation.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/Facility/CentralNursingStation.tsx b/src/components/Facility/CentralNursingStation.tsx index 70c3e03e6c2..48513902ca9 100644 --- a/src/components/Facility/CentralNursingStation.tsx +++ b/src/components/Facility/CentralNursingStation.tsx @@ -68,7 +68,6 @@ export default function CentralNursingStation({ facilityId }: Props) { patientAssetBed: obj, socketUrl: getVitalsMonitorSocketUrl(obj.asset), })); - const { config, hash } = useVitalsAspectRatioConfig({ default: 6 / 11, sm: 17 / 11,