diff --git a/src/Components/Facility/ConsultationForm.tsx b/src/Components/Facility/ConsultationForm.tsx index a0a281f10ee..dc73335b5f6 100644 --- a/src/Components/Facility/ConsultationForm.tsx +++ b/src/Components/Facility/ConsultationForm.tsx @@ -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") {