Skip to content
Snippets Groups Projects
Commit 795435b1 authored by Matthew Hodgson's avatar Matthew Hodgson
Browse files

DOH

parent f589bf6b
Branches
Tags
No related merge requests found
......@@ -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">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment