Skip to content

Commit

Permalink
Merge branch 'sainak/ci/backend-docker' of https://github.com/coronas…
Browse files Browse the repository at this point in the history
…afe/care_fe into sainak/ci/backend-docker
  • Loading branch information
nihal467 committed Dec 13, 2023
2 parents 5549641 + 3273890 commit 64fcb1f
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions src/Components/Patient/DailyRounds.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -256,16 +256,7 @@ export const DailyRounds = (props: any) => {
invalidForm = true;
}
return;
case "resp":
if (
state.form.resp === null &&
state.form.rounds_type === "NORMAL" &&
state.form.clone_last !== true
) {
errors[field] = "Please enter a respiratory rate";
invalidForm = true;
}
return;

default:
return;
}
Expand Down Expand Up @@ -588,7 +579,6 @@ export const DailyRounds = (props: any) => {
{...field("resp")}
label="Respiratory Rate"
unit="bpm"
required
start={0}
end={50}
step={1}
Expand Down

0 comments on commit 64fcb1f

Please sign in to comment.