refactor: ajoute un id à la valeur affichée par SimulationGoal

pull/3146/head
Alice Dahan 2024-09-03 10:44:30 +02:00 committed by liliced
parent 53974832eb
commit edd0df9b9a
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ export function SimulationGoal({
</Grid>
) : (
<Grid item>
<Body>
<Body id={`${dottedName.replace(/\s|\./g, '_')}-value`}>
{formatValue(evaluation, {
displayedUnit,
precision: round ? 0 : 2,