mirror of
https://github.com/vector-im/element-web.git
synced 2025-09-03 21:01:07 +02:00
lint
This commit is contained in:
parent
e5e355ed2d
commit
b242d03f7f
@ -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…
x
Reference in New Issue
Block a user