Skip to content

Commit

Permalink
removed unwanted printing of flow rate value (#8408)
Browse files Browse the repository at this point in the history
  • Loading branch information
nihal467 authored Aug 23, 2024
1 parent 0daadf2 commit 07db2de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Components/LogUpdate/CriticalCarePreview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,6 @@ export default function CriticalCarePreview(props: Props) {
label="Oxygen Modality"
value={tOption("OXYGEN_MODALITY", "ventilator_oxygen_modality")}
/>
{data.ventilator_oxygen_modality_flow_rate ?? "-"}
{data.ventilator_oxygen_modality === "HIGH_FLOW_NASAL_CANNULA" ? (
<>
<RangeDetail
Expand Down

0 comments on commit 07db2de

Please sign in to comment.