refactor: ajoute un id à la valeur affichée par SimulationGoal
parent
53974832eb
commit
edd0df9b9a
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue