diff --git a/src/components/structures/GroupView.js b/src/components/structures/GroupView.js index 6f1aeaf624..dcbe212267 100644 --- a/src/components/structures/GroupView.js +++ b/src/components/structures/GroupView.js @@ -820,7 +820,7 @@ export default React.createClass({ const hostingSignupLink = getHostingLink('community-settings'); let hostingSignup = null; - if (hostingSignupLink) { + if (hostingSignupLink && this.state.isUserPrivileged) { hostingSignup =