FIX: Tags weren't showing up in Ember 2.4
This commit is contained in:
parent
3d76ce1421
commit
2a25136ecf
|
@ -0,0 +1,2 @@
|
|||
// Injections don't occur without a class
|
||||
export default Ember.Component.extend();
|
|
@ -53,7 +53,7 @@
|
|||
</h1>
|
||||
|
||||
{{#unless model.isPrivateMessage}}
|
||||
{{topic-category topic=model}}
|
||||
{{topic-category topic=model class="topic-category"}}
|
||||
{{/unless}}
|
||||
{{/if}}
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue