diff --git a/src/components/patients/PatientForm.jsx b/src/components/patients/PatientForm.jsx index c894c84..0cd8892 100644 --- a/src/components/patients/PatientForm.jsx +++ b/src/components/patients/PatientForm.jsx @@ -31,7 +31,6 @@ function PatientForm({ onSave, onCancel, PatientDict }) { nomeMae: PatientDict.nome_mae, profissaoMae: PatientDict.profissao_mae, nomePai: PatientDict.nome_pai, - profissaoPai: PatientDict.profissao_pai, nomeResponsavel: '', cpfResponsavel: '', nomeConjuge: '', @@ -209,16 +208,16 @@ function PatientForm({ onSave, onCancel, PatientDict }) { return (