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 # |
- Sprite |
- Name |
- Count |
- Candy |
- Evolves |
-
+
+ |
+ Pokédex # |
+ Sprite |
+ Name |
+ Count |
+ Candy |
+ Evolves |
+
@@ -406,4 +406,4 @@ const Table = React.createClass({
}
})
-export default Table
+export default Table
\ No newline at end of file