mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-22 00:36:34 +00:00
Fix tile card typings (#15529)
This commit is contained in:
parent
a03c335331
commit
3e72b1cb5d
@ -147,7 +147,7 @@ export class HuiTileCardFeaturesEditor extends LitElement {
|
||||
.filter((type) => this._supportsFeatureType(type));
|
||||
}
|
||||
|
||||
protected render(): TemplateResult {
|
||||
protected render(): TemplateResult | null {
|
||||
if (!this.features || !this.hass) {
|
||||
return null;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user