Fix indent
This commit is contained in:
parent
67299842e3
commit
261bdab156
1 changed files with 2 additions and 2 deletions
|
@ -117,8 +117,8 @@ module.exports = React.createClass({
|
||||||
// Gather the account 3PIDs
|
// Gather the account 3PIDs
|
||||||
const account3pids = await MatrixClientPeg.get().getThreePids();
|
const account3pids = await MatrixClientPeg.get().getThreePids();
|
||||||
this.setState({
|
this.setState({
|
||||||
accountEmails: account3pids.threepids.filter(b => b.medium === 'email')
|
accountEmails: account3pids.threepids
|
||||||
.map(b => b.address),
|
.filter(b => b.medium === 'email').map(b => b.address),
|
||||||
});
|
});
|
||||||
// If we have an IS connected, use that to lookup the email and
|
// If we have an IS connected, use that to lookup the email and
|
||||||
// check the bound MXID.
|
// check the bound MXID.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue