Remove core note on update page (#10661)

This commit is contained in:
Joakim Sørensen
2021-11-21 18:16:06 +01:00
committed by GitHub
parent 6c4e987a24
commit 6335b13c5e
2 changed files with 0 additions and 15 deletions

View File

@@ -155,20 +155,6 @@ class UpdateAvailableDashboard extends LitElement {
}
)}
</p>
${this._updateEntry === "core"
? html`
<i>
${this.supervisor.localize(
"update_available.core_note",
{
version:
this._addonInfo?.version ||
this.supervisor[this._updateEntry]?.version,
}
)}
</i>
`
: ""}
</div>
${!["os", "supervisor"].includes(this._updateEntry)
? html`