mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-30 12:46:35 +00:00
Fix prettier
This commit is contained in:
parent
e797d439fb
commit
97a91e48e3
@ -98,8 +98,8 @@ class MoreInfoMediaPlayer extends LitElement {
|
||||
></ha-svg-icon>
|
||||
${groupMembers && groupMembers > 1
|
||||
? html`<span class="badge">
|
||||
${stateObj.attributes.group_members?.length || 4}
|
||||
</span>`
|
||||
${stateObj.attributes.group_members?.length || 4}
|
||||
</span>`
|
||||
: nothing}
|
||||
${this.hass.localize("ui.card.media_player.join")}
|
||||
</ha-button>
|
||||
|
Loading…
x
Reference in New Issue
Block a user