Fix header hidden when no badges (#24423)

This commit is contained in:
Paul Bottein 2025-02-27 12:09:12 +01:00 committed by GitHub
parent 9250ecb16f
commit 20fe5b1b71
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -81,6 +81,7 @@ export class HuiViewHeader extends LitElement {
} else {
this.card = undefined;
}
this._checkHidden();
return;
}