mirror of
https://github.com/discourse/discourse.git
synced 2026-09-05 04:40:41 -05:00
FIX: Hide invite button on mobile
This commit is contained in:
@@ -27,7 +27,7 @@ export default ContainerView.extend({
|
||||
}
|
||||
}
|
||||
|
||||
if (this.get('topic.details.can_invite_to')) {
|
||||
if (!mobileView && this.get('topic.details.can_invite_to')) {
|
||||
this.attachViewClass('invite-reply-button');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user