mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 15:48:43 -05:00
FIX: ESLint
This commit is contained in:
parent
dbdcd0ca0f
commit
f8051209ba
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ export default Ember.Component.extend({
|
|||
|
||||
@computed('message.templateName')
|
||||
defaultLayout(templateName) {
|
||||
return this.container.lookup(`template:composer/${templateName}`)
|
||||
return this.container.lookup(`template:composer/${templateName}`);
|
||||
},
|
||||
|
||||
didInsertElement() {
|
||||
|
|
Loading…
Reference in a new issue