FIX: removes PM check

This commit is contained in:
jjaffeux 2020-05-20 14:54:30 +02:00
parent 705b30c093
commit be6dcfa38d
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ function registerTopicFooterButtons(api) {
} }
}, },
dropdown() { dropdown() {
return this.site.mobileView && !this.get("topic.isPrivateMessage"); return this.site.mobileView;
}, },
classNames: ["assign"], classNames: ["assign"],
dependentKeys: [ dependentKeys: [