mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 18:30:26 -06:00
FIX: Hide invite button on mobile
This commit is contained in:
parent
aa5ea719ee
commit
9741584ae8
@ -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…
Reference in New Issue
Block a user