From 0a5b872a0762467697d3c662cc41c922294505ff Mon Sep 17 00:00:00 2001 From: Renard Date: Wed, 11 Sep 2019 22:28:39 -0300 Subject: Lint: Fixing warnings --- src/App.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/App.js') diff --git a/src/App.js b/src/App.js index 701e140..c28d63f 100644 --- a/src/App.js +++ b/src/App.js @@ -35,9 +35,9 @@ class App extends Component { if (!this.state.isLoaded) { if (!this.state.isLoaded) { return ( - + Cargando ... - + ) } } @@ -51,12 +51,12 @@ class App extends Component { Home - {boardList.map(board => board.board_type === 1 ? /{board.dir}/ - {board.name} : null)} + {boardList.map(board => board.board_type === 1 ? /{board.dir}/ - {board.name} : null)} - {boardList.map(board => board.board_type === 0 ? /{board.dir}/ - {board.name} : null)} + {boardList.map(board => board.board_type === 0 ? /{board.dir}/ - {board.name} : null)} -- cgit v1.2.1-18-gbd029