🐛 fix picture glance card's camera_view option in editor (#4495)

This commit is contained in:
Ian Richardson 2020-01-17 02:44:57 -06:00 committed by Bram Kragten
parent 4966354b62
commit 7025592e8e

View File

@ -79,7 +79,7 @@ export class HuiPictureGlanceCardEditor extends LitElement
}
get _camera_view(): string {
return this._config!.camera_view || this._camera_image ? "auto" : "";
return this._config!.camera_view || "auto";
}
get _state_image(): {} {