diff --git a/src/components/popups/Pokemon.jsx b/src/components/popups/Pokemon.jsx index 2d4f331cd..1c38b51f1 100644 --- a/src/components/popups/Pokemon.jsx +++ b/src/components/popups/Pokemon.jsx @@ -273,7 +273,7 @@ const Stats = ({ pokemon, t }) => { {atk_iv !== null && ( - {atk_iv || '?'} | {def_iv || '?'} | {sta_iv || '?'} {inactive_stats ? '*' : ''} + {atk_iv} | {def_iv} | {sta_iv} {inactive_stats ? '*' : ''} )}