mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-12 04:20:28 +00:00
Fix bad merge
This commit is contained in:
@@ -84,6 +84,7 @@ export class HaDateRangePicker extends LitElement {
|
|||||||
slot="ranges"
|
slot="ranges"
|
||||||
class="date-range-ranges"
|
class="date-range-ranges"
|
||||||
.dir=${this._rtlDirection}
|
.dir=${this._rtlDirection}
|
||||||
|
>
|
||||||
<mwc-list @request-selected=${this._setDateRange}>
|
<mwc-list @request-selected=${this._setDateRange}>
|
||||||
${Object.entries(this.ranges).map(
|
${Object.entries(this.ranges).map(
|
||||||
([name, dates]) => html`<mwc-list-item
|
([name, dates]) => html`<mwc-list-item
|
||||||
|
|||||||
Reference in New Issue
Block a user