From fdfc53dd295a46494ea363bc9ea6c7fe7445a89f Mon Sep 17 00:00:00 2001 From: Aditya Jindal Date: Mon, 25 Nov 2024 14:01:08 +0530 Subject: [PATCH] Fix: Spo2 twice rendering and wrong thresholds (#9182) --- src/components/Patient/DailyRounds.tsx | 60 ++++++++------------------ 1 file changed, 17 insertions(+), 43 deletions(-) diff --git a/src/components/Patient/DailyRounds.tsx b/src/components/Patient/DailyRounds.tsx index 4e8573d6273..f0c78522e40 100644 --- a/src/components/Patient/DailyRounds.tsx +++ b/src/components/Patient/DailyRounds.tsx @@ -59,7 +59,6 @@ import request from "@/Utils/request/request"; import { formatDateTime } from "@/Utils/utils"; import { scrollTo } from "@/Utils/utils"; -import RangeAutocompleteFormField from "../Form/FormFields/RangeAutocompleteFormField"; import TextFormField from "../Form/FormFields/TextFormField"; export const DailyRounds = (props: any) => { @@ -704,27 +703,32 @@ export const DailyRounds = (props: any) => { ]} /> - @@ -790,36 +794,6 @@ export const DailyRounds = (props: any) => { ]} /> - -