diff --git a/web/src/App.js b/web/src/App.js index 6340c25c..bd3e4b22 100644 --- a/web/src/App.js +++ b/web/src/App.js @@ -673,15 +673,18 @@ class App extends Component { // https://www.freecodecamp.org/neyarnws/how-to-keep-your-footer-where-it-belongs-59c6aa05c59c/ return ( - + <> + {!this.state.account ? null :
} + + > ); } @@ -761,7 +764,6 @@ class App extends Component { const organization = this.state.account.organization; return (