Skip to content

Commit 02ea054

Browse files
committed
Prettier
1 parent d45b2ec commit 02ea054

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/panels/lovelace/hui-root.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,9 @@ class HUIRoot extends LitElement {
554554
.hass=${this.hass}
555555
.narrow=${this.narrow}
556556
.lovelace=${this.lovelace}
557-
.curView=${typeof this._curView === "number" ? this._curView : 0}
557+
.curView=${typeof this._curView === "number"
558+
? this._curView
559+
: 0}
558560
></hui-lovelace>
559561
`}
560562
</div>

0 commit comments

Comments
 (0)