Skip to content

Commit

Permalink
Update Pokemon.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
TurtIeSocks committed Jan 22, 2022
1 parent 0644fc3 commit f49c4d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/popups/Pokemon.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ const Stats = ({ pokemon, t }) => {
{atk_iv !== null && (
<Grid item>
<Typography variant="subtitle1" align="center">
{atk_iv || '?'} | {def_iv || '?'} | {sta_iv || '?'} {inactive_stats ? '*' : ''}
{atk_iv} | {def_iv} | {sta_iv} {inactive_stats ? '*' : ''}
</Typography>
</Grid>
)}
Expand Down

0 comments on commit f49c4d1

Please sign in to comment.