DOH
This commit is contained in:
parent
f589bf6b2e
commit
795435b1ce
1 changed files with 1 additions and 1 deletions
|
@ -280,7 +280,7 @@ module.exports = React.createClass({
|
||||||
var addThreepidSection;
|
var addThreepidSection;
|
||||||
if (this.state.email_add_pending) {
|
if (this.state.email_add_pending) {
|
||||||
addThreepidSection = <Loader />;
|
addThreepidSection = <Loader />;
|
||||||
} else if (!MatrixClientPeg.get().isGuest) {
|
} else if (!MatrixClientPeg.get().isGuest()) {
|
||||||
addThreepidSection = (
|
addThreepidSection = (
|
||||||
<div className="mx_UserSettings_profileTableRow" key="new">
|
<div className="mx_UserSettings_profileTableRow" key="new">
|
||||||
<div className="mx_UserSettings_profileLabelCell">
|
<div className="mx_UserSettings_profileLabelCell">
|
||||||
|
|
Loading…
Reference in a new issue