Skip to content

Commit

Permalink
fix addon button (#576)
Browse files Browse the repository at this point in the history
Co-authored-by: Joakim Sørensen <[email protected]>
  • Loading branch information
edenhaus and ludeeus authored Mar 31, 2022
1 parent 0470c6f commit d1cf090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/panels/hacs-entry-panel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ export class HacsEntryPanel extends LitElement {
>
</ha-config-navigation>
${!isComponentLoaded(this.hass, "hassio")
${isComponentLoaded(this.hass, "hassio")
? html`
<div class="list-item" @click=${this._openSupervisorDialog}>
<div class="list-item-icon">
Expand Down

0 comments on commit d1cf090

Please sign in to comment.