fix: Affiche le titre de la règle si aucun label n'est fourni dans SimulationGoal
parent
8e90fc14c4
commit
53974832eb
|
@ -116,7 +116,7 @@ export function SimulationGoal({
|
|||
id={`${dottedName.replace(/\s|\./g, '_')}-label`}
|
||||
dottedName={dottedName}
|
||||
>
|
||||
{label}
|
||||
{label || rule.title}
|
||||
</RuleLink>
|
||||
)}
|
||||
|
||||
|
|
Loading…
Reference in New Issue