Skip to content

Commit

Permalink
Update src/dashboards/hacs-dashboard.ts
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
ludeeus and coderabbitai[bot] committed Sep 3, 2024
1 parent 38e05a1 commit 3f1b3d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dashboards/hacs-dashboard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ export class HacsDashboard extends LitElement {
</ha-menu-item>
<ha-menu-item
.clickAction=${() => {
if (!Boolean(this.hacs.info.disabled_reason)) {
if (!this.hacs.info.disabled_reason) {
showHacsCustomRepositoriesDialog(this, {
hacs: this.hacs,
});
Expand Down

0 comments on commit 3f1b3d4

Please sign in to comment.