Use middle dot 00B7 as separator (#25336)

This commit is contained in:
Paul Bottein
2025-05-06 15:56:20 +02:00
committed by GitHub
parent 38a5035d68
commit 1aa1bfda2c
10 changed files with 11 additions and 11 deletions

View File

@@ -603,7 +603,7 @@ export class HaDataTable extends LitElement {
.map(
([key2, column2], i) =>
html`${i !== 0
? " "
? " · "
: nothing}${column2.template
? column2.template(row)
: row[key2]}`