mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: ESLint
This commit is contained in:
@@ -5,7 +5,7 @@ export default Ember.Component.extend({
|
|||||||
|
|
||||||
@computed('message.templateName')
|
@computed('message.templateName')
|
||||||
defaultLayout(templateName) {
|
defaultLayout(templateName) {
|
||||||
return this.container.lookup(`template:composer/${templateName}`)
|
return this.container.lookup(`template:composer/${templateName}`);
|
||||||
},
|
},
|
||||||
|
|
||||||
didInsertElement() {
|
didInsertElement() {
|
||||||
|
|||||||
Reference in New Issue
Block a user