diff --git a/web/src/App.js b/web/src/App.js index 1d8df7d6..a17ef6fc 100644 --- a/web/src/App.js +++ b/web/src/App.js @@ -663,24 +663,29 @@ class App extends Component { renderPage() { if (this.isDoorPages()) { return ( - - this.renderHomeIfLoggedIn()}/> - this.renderHomeIfLoggedIn( {this.onUpdateAccount(account)}} />)}/> - this.renderHomeIfLoggedIn()}/> - {this.onUpdateAccount(account)}} />}/> - {this.onUpdateAccount(account)}} />}/> - {this.onUpdateAccount(account)}} />}/> - this.renderHomeIfLoggedIn( this.setState({account: null})} {...props} />)} /> - {return ()}} /> - - - this.renderHomeIfLoggedIn()}/> - this.renderHomeIfLoggedIn()}/> - this.renderLoginIfNotLoggedIn()}/> - this.renderLoginIfNotLoggedIn( {this.onUpdateAccount(account)}} {...props} />)}/> - }/>} /> - +
+ + this.renderHomeIfLoggedIn()}/> + this.renderHomeIfLoggedIn( {this.onUpdateAccount(account)}} />)}/> + this.renderHomeIfLoggedIn()}/> + {this.onUpdateAccount(account)}} />}/> + {this.onUpdateAccount(account)}} />}/> + {this.onUpdateAccount(account)}} />}/> + this.renderHomeIfLoggedIn( this.setState({account: null})} {...props} />)} /> + {return ()}} /> + + + this.renderHomeIfLoggedIn()}/> + this.renderHomeIfLoggedIn()}/> + this.renderLoginIfNotLoggedIn()}/> + this.renderLoginIfNotLoggedIn( {this.onUpdateAccount(account)}} {...props} />)}/> + }/>} /> + + { + this.renderFooter() + } +
) }