diff --git a/src/ts/app/components/PokemonExplorer/PokemonExplorer.tsx b/src/ts/app/components/PokemonExplorer/PokemonExplorer.tsx index 0728aa1..0e3a3d4 100644 --- a/src/ts/app/components/PokemonExplorer/PokemonExplorer.tsx +++ b/src/ts/app/components/PokemonExplorer/PokemonExplorer.tsx @@ -353,11 +353,48 @@ export class PokemonExplorer extends React.Component
-
{ rankedGrade } Rank
-
CP { rankedCp }
-
{ rankedHp } HP
-
{ rankedAtk } ATK
-
{ rankedDef } DEF
+
Rank
+
+
+

{ rankedGrade }

Rank
+
CP { rankedCp }
+
+
+
+ HP  { rankedHp < 100 && String.fromCharCode(160) }{ rankedHp } + + { leaguePokemon.statsRank.staminaRank }% + +
+
+ ATK { rankedAtk < 100 && String.fromCharCode(160) }{ rankedAtk } + + { leaguePokemon.statsRank.attackRank }% + +
+
+ DEF { rankedDef < 100 && String.fromCharCode(160) }{ rankedDef } + + { leaguePokemon.statsRank.defenseRank }% + +
+
+
{ this.props.filterTerm !== '' &&