Skip to content

Commit

Permalink
Update src/Components/Facility/ConsultationForm.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Rithvik Nishad <[email protected]>
  • Loading branch information
JOSHIK27 and rithviknishad authored Aug 20, 2024
1 parent b989470 commit 9c8b596
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Components/Facility/ConsultationForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1448,9 +1448,7 @@ export const ConsultationForm = ({ facilityId, patientId, id }: Props) => {
name={"treating_physician"}
label={t("treating_doctor")}
placeholder="Attending Doctors Name and Designation"
required={
state.form.suggestion === "DC" ? false : true
}
required={state.form.suggestion !== "DC"}
value={
state.form.treating_physician_object ?? undefined
}
Expand Down

0 comments on commit 9c8b596

Please sign in to comment.