Skip to content

Commit

Permalink
Changed style export to const
Browse files Browse the repository at this point in the history
  • Loading branch information
kalkih committed Feb 3, 2019
1 parent dff95a8 commit 8e7eee5
Show file tree
Hide file tree
Showing 2 changed files with 563 additions and 564 deletions.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ class MiniMediaPlayer extends LitElement {
? 'break-icon' : 'none';

return html`
${style()}
${style}
<ha-card break=${responsive} ?initial=${this.initial}
?bg=${config.background} ?group=${config.group}
?more-info=${config.more_info} ?has-title=${config.title !== ''}
Expand Down
Loading

0 comments on commit 8e7eee5

Please sign in to comment.