mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-09 10:59:50 +00:00
Bump babel and eslint (#9049)
This commit is contained in:
@@ -88,9 +88,7 @@ export class HaDateRangePicker extends LitElement {
|
||||
>
|
||||
<mwc-list @action=${this._setDateRange} activatable>
|
||||
${Object.keys(this.ranges).map(
|
||||
(name) => html`<mwc-list-item>
|
||||
${name}
|
||||
</mwc-list-item>`
|
||||
(name) => html`<mwc-list-item> ${name} </mwc-list-item>`
|
||||
)}
|
||||
</mwc-list>
|
||||
</div>`
|
||||
|
||||
Reference in New Issue
Block a user