Skip to content
Snippets Groups Projects
Commit 1cc88569 authored by Guilhem CARRON's avatar Guilhem CARRON
Browse files

Merge branch 'fix/conso-megaunit-multifluid' into 'dev'

fix(conso): Display full price for multifluid if > 1000€

See merge request web-et-numerique/llle_project/ecolyo!490
parents f057d5b8 6f9cc7ee
2 merge requests!4941.5.1,!490fix(conso): Display full price for multifluid if > 1000€
......@@ -86,7 +86,7 @@ const DataloadConsumptionVisualizer = ({
}`}
>
{formatNumberValues(dataload.value, FluidType[fluidType], true) >=
1000 ? (
1000 && fluidType !== FluidType.MULTIFLUID ? (
<>
{formatNumberValues(dataload.value, FluidType[fluidType])}
<span className="text-18-normal">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment