diff --git a/src/ui/CharacterStats.tsx b/src/ui/CharacterStats.tsx index e3d61cf70..f23246e8f 100644 --- a/src/ui/CharacterStats.tsx +++ b/src/ui/CharacterStats.tsx @@ -66,7 +66,7 @@ function MultiplierTable(props: MultTableProps): React.ReactElement { {props.rows.map((data) => { const { mult, value, effValue = null, color = props.color } = data; - if (effValue && effValue !== value && player.sourceFileLvl(5) > 0) { + if (effValue !== null && effValue !== value && player.sourceFileLvl(5) > 0) { return ( <>