mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-23 17:26:42 +00:00
Remove debug type in secondary line in statistic picker (#25835)
This commit is contained in:
parent
7f7e693547
commit
5ac6781f7d
@ -438,10 +438,8 @@ export class HaStatisticPicker extends LitElement {
|
||||
`
|
||||
: nothing}
|
||||
<span slot="headline">${item.primary} </span>
|
||||
${item.secondary || item.type
|
||||
? html`<span slot="supporting-text"
|
||||
>${item.secondary} - ${item.type}</span
|
||||
>`
|
||||
${item.secondary
|
||||
? html`<span slot="supporting-text">${item.secondary}</span>`
|
||||
: nothing}
|
||||
${item.statistic_id && showEntityId
|
||||
? html`<span slot="supporting-text" class="code">
|
||||
|
Loading…
x
Reference in New Issue
Block a user