diff --git a/susconecta/app/dashboard/pacientes/page.tsx b/susconecta/app/dashboard/pacientes/page.tsx index b2ea805..bbb5d20 100644 --- a/susconecta/app/dashboard/pacientes/page.tsx +++ b/susconecta/app/dashboard/pacientes/page.tsx @@ -382,10 +382,10 @@ export default function PacientesPage() { - + handleViewDetails(patient.id)}> diff --git a/susconecta/components/forms/patient-registration-form.tsx b/susconecta/components/forms/patient-registration-form.tsx index 95ac4c6..9337a01 100644 --- a/susconecta/components/forms/patient-registration-form.tsx +++ b/susconecta/components/forms/patient-registration-form.tsx @@ -1028,7 +1028,7 @@ export function PatientRegistrationForm({ } return ( - + { })}> @@ -1630,7 +1630,7 @@ export function PatientRegistrationForm({ {/* Botões de Ação */}
-