mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 10:20:58 -06:00
Fix lint.
This commit is contained in:
parent
dada1fc417
commit
162d125b83
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user