Skip to content

Commit

Permalink
N'affiche pas les étapes sur l'export PDF de la FA s'il n'y en a pas
Browse files Browse the repository at this point in the history
  • Loading branch information
cparthur committed Dec 19, 2024
1 parent ec0945b commit 68e91b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ const FicheActionPdf = ({
<Indicateurs fiche={fiche} indicateursListe={indicateursListe} />

{/* Étapes */}
{etapes && <Etapes etapes={etapes} />}
{etapes?.length && <Etapes etapes={etapes} />}

{/* Notes de suivi */}
<NotesDeSuivi notesSuivi={notesSuivi} />
Expand Down

0 comments on commit 68e91b4

Please sign in to comment.