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