Fix indent

This commit is contained in:
J. Ryan Stinnett 2019-09-03 16:55:17 +01:00
parent 67299842e3
commit 261bdab156

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.