Skip to content

Commit

Permalink
fix quote in empty button
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerwyn committed Nov 8, 2023
1 parent 67f10e9 commit dc8924f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion dist/android-tv-card.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion src/android-tv-card.ts
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,8 @@ class AndroidTVCard extends LitElement {

if (!Object.keys(info).length) {
return html`<div
class="empty-button style=${styleMap(style)}"
class="empty-button"
style=${styleMap(style)}
></div>`;
}

Expand Down

0 comments on commit dc8924f

Please sign in to comment.