diff --git a/core/client.js b/core/client.js index 8fef6c73..dcf6836f 100644 --- a/core/client.js +++ b/core/client.js @@ -133,7 +133,7 @@ class TfNavigationElement extends LitElement { ${this.status.message} ${this.render_permissions()} - ${Object.keys(this.spark_lines).sort().map(x => this.spark_lines[x]).map(x => [x.dataset.emoji, x])} + ${Object.keys(this.spark_lines).sort().map(x => this.spark_lines[x]).map(x => [x.dataset.emoji, x])} ${this.render_login()} @@ -260,7 +260,7 @@ class TfSparkLineElement extends LitElement { render() { return html` - + ${this.lines.map(x => this.render_line(x))} `;