Skip to content

Commit

Permalink
Update cast/src/launcher/layout/hc-cast.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Bram Kragten <[email protected]>
  • Loading branch information
silamon and bramkragten authored May 9, 2024
1 parent 5a78cf6 commit 0a9cc15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cast/src/launcher/layout/hc-cast.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class HcCast extends LitElement {
`
: html`
<div class="section-header">PICK A VIEW</div>
<mwc-list>
<mwc-list .value=${this.castManager.status.lovelacePath || ""}>
${(
this.lovelaceViews ?? [
generateDefaultViewConfig({}, {}, {}, {}, () => ""),
Expand Down

0 comments on commit 0a9cc15

Please sign in to comment.