mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-18 06:35:35 +08:00
DOH
This commit is contained in:
parent
f589bf6b2e
commit
795435b1ce
@ -280,7 +280,7 @@ module.exports = React.createClass({
|
||||
var addThreepidSection;
|
||||
if (this.state.email_add_pending) {
|
||||
addThreepidSection = <Loader />;
|
||||
} else if (!MatrixClientPeg.get().isGuest) {
|
||||
} else if (!MatrixClientPeg.get().isGuest()) {
|
||||
addThreepidSection = (
|
||||
<div className="mx_UserSettings_profileTableRow" key="new">
|
||||
<div className="mx_UserSettings_profileLabelCell">
|
||||
|
Loading…
Reference in New Issue
Block a user