Skip to content

Commit

Permalink
FIX: Incorrect import path for iconHTML.
Browse files Browse the repository at this point in the history
  • Loading branch information
tgxworld committed Sep 25, 2016
1 parent e49eadc commit 948cf4f
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1,6 +1,6 @@
import computed from 'ember-addons/ember-computed-decorators';
import { emojiUnescape } from 'discourse/lib/text';
import { iconHTML } from 'discourse/helpers/fa-icon';
import { iconHTML } from 'discourse-common/helpers/fa-icon';

export default Em.Component.extend({
@computed('list')
Expand Down

0 comments on commit 948cf4f

Please sign in to comment.