mirror of
https://github.com/home-assistant/frontend.git
synced 2026-02-15 07:25:54 +00:00
Consider ignored repairs for the "no repairs available" note (#14598)
This commit is contained in:
@@ -117,7 +117,7 @@ class HaConfigRepairsDashboard extends SubscribeMixin(LitElement) {
|
||||
<div class="content">
|
||||
<ha-card outlined>
|
||||
<div class="card-content">
|
||||
${this._repairsIssues.length
|
||||
${issues.length
|
||||
? html`
|
||||
<ha-config-repairs
|
||||
.hass=${this.hass}
|
||||
|
||||
Reference in New Issue
Block a user