fix linter error

This commit is contained in:
Joffrey JAFFEUX
2017-09-11 23:51:42 +02:00
committed by GitHub
parent c12a53449c
commit b875d17e1f

View File

@@ -86,7 +86,7 @@ export default Ember.Component.extend({
return (rowComponent) => {
let template = "";
const icon = rowComponent.icon()
const icon = rowComponent.icon();
if (icon) {
template += icon;
}