Commit 987ffb3a authored by Théophile BORNON's avatar Théophile BORNON

typo fix

parent a48f617d
......@@ -70,7 +70,7 @@ function SubCategory(props) {
id="panel1a-header"
>
<Typography className={classes.heading}>{subCategory.name}
{subCategory.coeff === 0 &&
{subCategory.coeff !== 0 &&
<>
({Math.round(subCategory.coeff / props.totalCoeff * 10000) / 100} %)
</>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment