Fix indent

pull/21833/head
J. Ryan Stinnett 2019-09-03 16:55:17 +01:00
parent 67299842e3
commit 261bdab156
1 changed files with 2 additions and 2 deletions

View File

@ -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.