mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-19 15:26:36 +00:00
Fix spinner regression and remove unnecessary twoline config (#8847)
This commit is contained in:
parent
34ca807044
commit
a1bdfa7560
@ -238,7 +238,6 @@ export class QuickBar extends LitElement {
|
||||
<mwc-list-item
|
||||
.twoline=${Boolean(item.altText)}
|
||||
.item=${item}
|
||||
hasMeta
|
||||
index=${ifDefined(index)}
|
||||
graphic="icon"
|
||||
>
|
||||
@ -268,10 +267,10 @@ export class QuickBar extends LitElement {
|
||||
private _renderCommandItem(item: CommandItem, index?: number) {
|
||||
return html`
|
||||
<mwc-list-item
|
||||
.twoline=${Boolean(item.altText)}
|
||||
.item=${item}
|
||||
index=${ifDefined(index)}
|
||||
class="command-item"
|
||||
hasMeta
|
||||
>
|
||||
<span>
|
||||
<ha-chip
|
||||
|
Loading…
x
Reference in New Issue
Block a user