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 = ({ ...@@ -177,7 +177,7 @@ const ProfileComparator = ({
/> />
{performanceIndicators.map( {performanceIndicators.map(
(indicator, index) => (indicator, index) =>
indicator.value && ( Boolean(indicator.value) && (
<ProfileComparatorRow <ProfileComparatorRow
key={FluidType[index]} key={FluidType[index]}
fluid={index} fluid={index}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment