From 03a7ff62acb2a015a62c44318eb2e3639728351d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20Dr=C3=A9au?= Date: Tue, 7 Nov 2023 16:05:30 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20d=C3=A9sactivation=20du=20lien=20RNCP=20?= =?UTF-8?q?quand=20pas=20de=20fiche=20trouv=C3=A9e=20(#3346)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Raphaël Huchet --- .../IndicateursEffectifsParFormationTable.tsx | 22 +++++++++++-------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/ui/modules/organismes/IndicateursEffectifsParFormationTable.tsx b/ui/modules/organismes/IndicateursEffectifsParFormationTable.tsx index 08a4ff1e0..3da88bc55 100644 --- a/ui/modules/organismes/IndicateursEffectifsParFormationTable.tsx +++ b/ui/modules/organismes/IndicateursEffectifsParFormationTable.tsx @@ -174,15 +174,19 @@ function IndicateursEffectifsParFormationTable(props: IndicateursEffectifsParFor niveauAvecFormations.formations.map((formation) => ( - setSelectedCodeRNCP(formation.rncp_code)} - > - {formation.rncp?.intitule ?? "Fiche non trouvée"} - + {formation.rncp?.intitule ? ( + setSelectedCodeRNCP(formation.rncp_code)} + > + {formation.rncp.intitule} + + ) : ( + Fiche non trouvée + )} RNCP :{" "} {formation.rncp_code ? (