prettier
This commit is contained in:
parent
837452794b
commit
ccff1d2dbb
|
@ -47,7 +47,9 @@ export default Ember.Component.extend(
|
|||
this.set("hidden", false);
|
||||
}
|
||||
|
||||
buffer.push(`<a href='${href}'` + (this.get("active") ? 'class="active"' : '') + `>`);
|
||||
buffer.push(
|
||||
`<a href='${href}'` + (this.get("active") ? 'class="active"' : "") + `>`
|
||||
);
|
||||
|
||||
if (content.get("hasIcon")) {
|
||||
buffer.push("<span class='" + content.get("name") + "'></span>");
|
||||
|
|
Loading…
Reference in New Issue