Skip to content

Commit

Permalink
fix: rebased the branch
Browse files Browse the repository at this point in the history
  • Loading branch information
aeswibon committed Sep 27, 2023
1 parent 560119e commit 6a75c66
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/Components/Patient/DailyRounds.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -508,12 +508,6 @@ export const DailyRounds = (props: any) => {
}}
/>

<CheckBoxFormField
{...field("recommend_discharge")}
className="md:col-span-2"
label="Discharge Recommended"
/>

{state.form.rounds_type === "NORMAL" && (
<>
<h3 className="mb-6 md:col-span-2">Vitals</h3>
Expand Down

0 comments on commit 6a75c66

Please sign in to comment.