Fix bad merge

This commit is contained in:
Yosi Levy 2020-07-20 13:29:51 +03:00 committed by GitHub
parent 168e26aeb4
commit 10a62ca17c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -84,6 +84,7 @@ export class HaDateRangePicker extends LitElement {
slot="ranges"
class="date-range-ranges"
.dir=${this._rtlDirection}
>
<mwc-list @request-selected=${this._setDateRange}>
${Object.entries(this.ranges).map(
([name, dates]) => html`<mwc-list-item