fix linter error
This commit is contained in:
parent
c12a53449c
commit
b875d17e1f
|
@ -86,7 +86,7 @@ export default Ember.Component.extend({
|
||||||
return (rowComponent) => {
|
return (rowComponent) => {
|
||||||
let template = "";
|
let template = "";
|
||||||
|
|
||||||
const icon = rowComponent.icon()
|
const icon = rowComponent.icon();
|
||||||
if (icon) {
|
if (icon) {
|
||||||
template += icon;
|
template += icon;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue