diff --git a/web/src/App.js b/web/src/App.js index 1bf7437..08e891d 100644 --- a/web/src/App.js +++ b/web/src/App.js @@ -222,6 +222,13 @@ class App extends Component { ); + return ( + + { + res + } + + ); } else { res.push(
@@ -242,8 +249,6 @@ class App extends Component {
); } - - return res; } renderMenu() {