From 50200bea489171243ff124eba052be31f59365a2 Mon Sep 17 00:00:00 2001 From: manelleg Date: Thu, 28 Mar 2024 11:12:18 +0100 Subject: [PATCH] fix: deleted a field in hospit card - Ref gestion-de-projet#2545 --- .../Patient/PatientForms/MaternityForms/HospitCard.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/components/Patient/PatientForms/MaternityForms/HospitCard.tsx b/src/components/Patient/PatientForms/MaternityForms/HospitCard.tsx index 2b50bcb25..2675aa8de 100644 --- a/src/components/Patient/PatientForms/MaternityForms/HospitCard.tsx +++ b/src/components/Patient/PatientForms/MaternityForms/HospitCard.tsx @@ -55,10 +55,6 @@ const HospitCard: React.FC = ({ form }) => { name: 'Date geste ou chirurgie', value: getDataFromForm(form, hospitForm.chirurgicalGestureDate) }, - { - name: 'Âge gestationnel lors de la chirurgie ou du geste', - value: getDataFromForm(form, hospitForm.ageDuringChirurgicalGesture) - }, { name: 'Type de geste ou chirurgie', value: getDataFromForm(form, hospitForm.chirurgicalGesture) }, { name: 'Accouchement',