mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-29 00:00:33 -04:00
FIX: Hide invite button on mobile
This commit is contained in:
parent
aa5ea719ee
commit
9741584ae8
1 changed files with 1 additions and 1 deletions
|
@ -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');
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue