From c4280be139d183389d6fa4081b3ca77982448822 Mon Sep 17 00:00:00 2001 From: rithviknishad Date: Mon, 6 May 2024 16:48:25 +0530 Subject: [PATCH] fix lint --- src/Components/Facility/ConsultationForm.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Components/Facility/ConsultationForm.tsx b/src/Components/Facility/ConsultationForm.tsx index a92070ea92a..e4b3f4a195f 100644 --- a/src/Components/Facility/ConsultationForm.tsx +++ b/src/Components/Facility/ConsultationForm.tsx @@ -642,7 +642,7 @@ export const ConsultationForm = ({ facilityId, patientId, id }: Props) => { } return; } - case "weight": + case "weight": case "height": { if (state.form.suggestion !== "DD") { const value = state.form[field];