Skip to content

Commit

Permalink
fix: deleted a field in hospit card - Ref gestion-de-projet#2545 (#972)
Browse files Browse the repository at this point in the history
  • Loading branch information
ManelleG authored Mar 28, 2024
1 parent 7908cb7 commit 601772b
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,6 @@ const HospitCard: React.FC<HospitCardProps> = ({ 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',
Expand Down

0 comments on commit 601772b

Please sign in to comment.