Fix lint.

This commit is contained in:
Guo Xiang Tan 2020-05-15 20:23:17 +08:00
parent dada1fc417
commit 162d125b83
No known key found for this signature in database
GPG Key ID: FBD110179AAC1F20

View File

@ -37,7 +37,7 @@ export default DropdownSelectBoxComponent.extend({
iconForComposerAction: computed("action", function() {
if (this.isEditing) {
return "pencil-alt";
} else if (this.action == CREATE_TOPIC) {
} else if (this.action === CREATE_TOPIC) {
return "plus";
} else {
return "share";