mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26: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">
|
<div class="padded-box">
|
||||||
${data.map(
|
${data.map(
|
||||||
(trace, idx) => html`
|
(trace, idx) => html`
|
||||||
${idx > 0
|
${data.length > 1
|
||||||
? html`<p>
|
? html`<p>
|
||||||
${this.hass!.localize(
|
${this.hass!.localize(
|
||||||
"ui.panel.config.automation.trace.path.iteration",
|
"ui.panel.config.automation.trace.path.iteration",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user