From 45640c45deaeea077dbddb169263b99fca90126b Mon Sep 17 00:00:00 2001 From: Mack Hankins Date: Fri, 12 Aug 2016 12:18:30 -0500 Subject: [PATCH] Fix for IV Sorting --- js/screens/Table/index.jsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/js/screens/Table/index.jsx b/js/screens/Table/index.jsx index 9673283..1427e16 100644 --- a/js/screens/Table/index.jsx +++ b/js/screens/Table/index.jsx @@ -68,7 +68,7 @@ function format (d) { html += '' + poke.td_name + '' html += '' + poke.td_nickname + '' html += '' + poke.td_cp + '' - html += '' + poke.td_pokeiv + '' + html += '' + poke.td_pokeiv + '' html += '' } html += '' @@ -250,15 +250,15 @@ const Table = React.createClass({ - - - - - - - - - + + + + + + + + +
Pokédex #SpriteNameCountCandyEvolves
Pokédex #SpriteNameCountCandyEvolves
@@ -406,4 +406,4 @@ const Table = React.createClass({ } }) -export default Table +export default Table \ No newline at end of file