From b242d03f7ff1a8ba54894a43d4f473bf9fda08bd Mon Sep 17 00:00:00 2001 From: David Baker Date: Thu, 14 Feb 2019 12:52:38 +0000 Subject: [PATCH] lint --- src/components/structures/MatrixChat.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/structures/MatrixChat.js b/src/components/structures/MatrixChat.js index 3ac987d078..8bc1fbdd07 100644 --- a/src/components/structures/MatrixChat.js +++ b/src/components/structures/MatrixChat.js @@ -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(() => {