Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rithviknishad committed May 6, 2024
1 parent eee6cb2 commit c4280be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Facility/ConsultationForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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];
Expand Down

0 comments on commit c4280be

Please sign in to comment.