FIX: removes PM check
This commit is contained in:
parent
705b30c093
commit
be6dcfa38d
|
@ -80,7 +80,7 @@ function registerTopicFooterButtons(api) {
|
|||
}
|
||||
},
|
||||
dropdown() {
|
||||
return this.site.mobileView && !this.get("topic.isPrivateMessage");
|
||||
return this.site.mobileView;
|
||||
},
|
||||
classNames: ["assign"],
|
||||
dependentKeys: [
|
||||
|
|
Loading…
Reference in New Issue