From 261bdab156f30287138dd37ad1196f48fd59803b Mon Sep 17 00:00:00 2001 From: "J. Ryan Stinnett" Date: Tue, 3 Sep 2019 16:55:17 +0100 Subject: [PATCH] Fix indent --- src/components/views/rooms/RoomPreviewBar.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/views/rooms/RoomPreviewBar.js b/src/components/views/rooms/RoomPreviewBar.js index 05cd44156f..ccd4559586 100644 --- a/src/components/views/rooms/RoomPreviewBar.js +++ b/src/components/views/rooms/RoomPreviewBar.js @@ -117,8 +117,8 @@ module.exports = React.createClass({ // Gather the account 3PIDs const account3pids = await MatrixClientPeg.get().getThreePids(); this.setState({ - accountEmails: account3pids.threepids.filter(b => b.medium === 'email') - .map(b => b.address), + accountEmails: account3pids.threepids + .filter(b => b.medium === 'email').map(b => b.address), }); // If we have an IS connected, use that to lookup the email and // check the bound MXID.