mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-18 14:44:58 +08:00
DOH
This commit is contained in:
parent
f589bf6b2e
commit
795435b1ce
@ -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 New Issue
Block a user