Skip to content

Commit

Permalink
fixes #6213
Browse files Browse the repository at this point in the history
  • Loading branch information
rithviknishad committed Sep 4, 2023
1 parent afa32d0 commit 39f7d6d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Components/Facility/ConsultationForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,6 @@ export const ConsultationForm = (props: any) => {
symptoms_onset_date: new Date(),
category: "Critical",
suggestion: "DD",
verified_by: "Brought Dead",
},
});
} else if (event.name === "suggestion" && event.value === "DD") {
Expand Down

0 comments on commit 39f7d6d

Please sign in to comment.