mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 09:46:09 +03:00
lint
This commit is contained in:
parent
e5e355ed2d
commit
b242d03f7f
1 changed files with 1 additions and 1 deletions
|
@ -1199,7 +1199,7 @@ export default React.createClass({
|
|||
} else {
|
||||
if (MatrixClientPeg.get().isGuest()) {
|
||||
dis.dispatch({action: 'view_welcome_page'});
|
||||
} else if (getHomePageUrl(this.props.config)){
|
||||
} else if (getHomePageUrl(this.props.config)) {
|
||||
dis.dispatch({action: 'view_home_page'});
|
||||
} else {
|
||||
this.firstSyncPromise.promise.then(() => {
|
||||
|
|
Loading…
Reference in a new issue