From 0924b6d503e1bbd259e61fe19d8e6aa3dc614207 Mon Sep 17 00:00:00 2001 From: Ashraf Mohammed <ashrafmd0506@gmail.com> Date: Thu, 30 Nov 2023 21:39:58 +0530 Subject: [PATCH] change consciouness key --- src/Components/Facility/Consultations/Mews.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Components/Facility/Consultations/Mews.tsx b/src/Components/Facility/Consultations/Mews.tsx index c56ad2d927b..08d1b36b935 100644 --- a/src/Components/Facility/Consultations/Mews.tsx +++ b/src/Components/Facility/Consultations/Mews.tsx @@ -50,7 +50,7 @@ export const Mews = (props: { consultationId: string }) => { const consciousnessCalculator = (value: string | undefined) => { switch (value) { - case "Alert": + case "ALERT": return 0; case "RESPONDS_TO_VOICE": case "AGITATED_OR_CONFUSED":