FIX: Linter

This commit is contained in:
Robin Ward 2018-03-20 18:07:33 -04:00
parent b9abd7dc9e
commit 651015fb9b

View File

@ -6,7 +6,7 @@ const TITLES = {
[PRIVATE_MESSAGE]: 'topic.private_message',
[CREATE_TOPIC]: 'topic.create_long',
[CREATE_SHARED_DRAFT]: 'composer.create_shared_draft'
}
};
export default Ember.Component.extend({
classNames: ["composer-action-title"],