mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-22 16:56:35 +00:00
Fix iteration index when displaying changed variables (#19184)
This commit is contained in:
parent
c95a30c837
commit
7e6d974438
@ -212,7 +212,7 @@ export class HaTracePathDetails extends LitElement {
|
||||
<div class="padded-box">
|
||||
${data.map(
|
||||
(trace, idx) => html`
|
||||
${idx > 0
|
||||
${data.length > 1
|
||||
? html`<p>
|
||||
${this.hass!.localize(
|
||||
"ui.panel.config.automation.trace.path.iteration",
|
||||
|
Loading…
x
Reference in New Issue
Block a user