diff --git a/app/assets/javascripts/discourse/views/topic-footer-main-buttons.js.es6 b/app/assets/javascripts/discourse/views/topic-footer-main-buttons.js.es6 index 60657c72041..b28b1e9c34c 100644 --- a/app/assets/javascripts/discourse/views/topic-footer-main-buttons.js.es6 +++ b/app/assets/javascripts/discourse/views/topic-footer-main-buttons.js.es6 @@ -10,7 +10,7 @@ export default ContainerView.extend({ const topic = this.get('topic'); - if (!mobileView && this.currentUser.get('staff')) { + if (!mobileView && this.currentUser.get('canManageTopic')) { const viewArgs = { topic, delegated: this.get('topicDelegated'), openUpwards: true }; this.attachViewWithArgs(viewArgs, 'topic-admin-menu-button'); }