mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 11:47:23 +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 {
|
} else {
|
||||||
if (MatrixClientPeg.get().isGuest()) {
|
if (MatrixClientPeg.get().isGuest()) {
|
||||||
dis.dispatch({action: 'view_welcome_page'});
|
dis.dispatch({action: 'view_welcome_page'});
|
||||||
} else if (getHomePageUrl(this.props.config)){
|
} else if (getHomePageUrl(this.props.config)) {
|
||||||
dis.dispatch({action: 'view_home_page'});
|
dis.dispatch({action: 'view_home_page'});
|
||||||
} else {
|
} else {
|
||||||
this.firstSyncPromise.promise.then(() => {
|
this.firstSyncPromise.promise.then(() => {
|
||||||
|
|
Loading…
Reference in a new issue