Skip to content

Commit

Permalink
minor case issue (#7668)
Browse files Browse the repository at this point in the history
  • Loading branch information
nihal467 authored Apr 20, 2024
1 parent e84087a commit 768a5b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const LogUpdateCardAttribute = <T extends keyof DailyRoundsModel>({
<AttributeLabel attributeKey={attributeKey} />
<span className="text-sm font-semibold text-gray-700">
{(attributeValue as string) === "VENTILATOR"
? "Critical Care"
? "CRITICAL CARE"
: (attributeValue as string)}
</span>
</div>
Expand Down

0 comments on commit 768a5b3

Please sign in to comment.