remove unwanted code

This commit is contained in:
Vinoth Kannan 2018-02-21 20:19:19 +05:30
parent 84ce1acfef
commit d4b2e840cb

View File

@ -1,7 +1,2 @@
import computed from 'ember-addons/ember-computed-decorators';
export default Ember.Component.extend({
@computed('topic.isPrivateMessage')
});
// Injections don't occur without a class
export default Ember.Component.extend();