Skip to content

Commit

Permalink
change consciouness key
Browse files Browse the repository at this point in the history
  • Loading branch information
AshrafMd-1 committed Nov 30, 2023
1 parent 492e81e commit 0924b6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Facility/Consultations/Mews.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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":
Expand Down

0 comments on commit 0924b6d

Please sign in to comment.