Merge pull request #4597 from matrix-org/travis/fix-emails
Remove debugging that causes email addresses to load forever
This commit is contained in:
commit
14662fbf4d
1 changed files with 1 additions and 1 deletions
|
@ -348,7 +348,7 @@ export default class GeneralUserSettingsTab extends React.Component {
|
|||
// For newer homeservers with separate 3PID add and bind methods (MSC2290),
|
||||
// there is no such concern, so we can always show the HS account 3PIDs.
|
||||
if (this.state.haveIdServer || this.state.serverSupportsSeparateAddAndBind === true) {
|
||||
const emails = this.state.loading3pids || true
|
||||
const emails = this.state.loading3pids
|
||||
? <Spinner />
|
||||
: <EmailAddresses
|
||||
emails={this.state.emails}
|
||||
|
|
Loading…
Reference in a new issue