mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-23 17:26:42 +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));
|
.filter((type) => this._supportsFeatureType(type));
|
||||||
}
|
}
|
||||||
|
|
||||||
protected render(): TemplateResult {
|
protected render(): TemplateResult | null {
|
||||||
if (!this.features || !this.hass) {
|
if (!this.features || !this.hass) {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user