From 53974832eb560f4d816cf06ae0ce92534fa483bd Mon Sep 17 00:00:00 2001 From: Alice Dahan Date: Tue, 3 Sep 2024 10:43:20 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20Affiche=20le=20titre=20de=20la=20r=C3=A8?= =?UTF-8?q?gle=20si=20aucun=20label=20n'est=20fourni=20dans=20SimulationGo?= =?UTF-8?q?al?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- site/source/components/Simulation/SimulationGoal.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/source/components/Simulation/SimulationGoal.tsx b/site/source/components/Simulation/SimulationGoal.tsx index 49673179d..3b123d9c6 100644 --- a/site/source/components/Simulation/SimulationGoal.tsx +++ b/site/source/components/Simulation/SimulationGoal.tsx @@ -116,7 +116,7 @@ export function SimulationGoal({ id={`${dottedName.replace(/\s|\./g, '_')}-label`} dottedName={dottedName} > - {label} + {label || rule.title} )}