From f49c4d10dff05b71acce87e52b0450c7524b515c Mon Sep 17 00:00:00 2001 From: TurtIeSocks <58572875+TurtIeSocks@users.noreply.github.com> Date: Sat, 22 Jan 2022 17:06:02 -0500 Subject: [PATCH] Update Pokemon.jsx --- src/components/popups/Pokemon.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ? '*' : ''} )}