diff --git a/dist/roomba-vacuum-card.js b/dist/roomba-vacuum-card.js index bb2e19c..ac34c6b 100644 --- a/dist/roomba-vacuum-card.js +++ b/dist/roomba-vacuum-card.js @@ -135,7 +135,7 @@ : null; } else if (key != "blank") { return this.state.buttons[key] - ? html`
${this.getButton(key,"label")}
` + ? html`
${this.getButton(key,"label")}
` : null; } else { return this.state.buttons[key]