Skip to content
Snippets Groups Projects
Commit f311a7f8 authored by Bastien DUMONT's avatar Bastien DUMONT :angel:
Browse files

fix: render "0" on analysis view

parent 025845f3
Branches
Tags
1 merge request!11623.0 Release
......@@ -177,7 +177,7 @@ const ProfileComparator = ({
/>
{performanceIndicators.map(
(indicator, index) =>
indicator.value && (
Boolean(indicator.value) && (
<ProfileComparatorRow
key={FluidType[index]}
fluid={index}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment