Merge pull request #674 from dermotduffy/flashing-on-load
Don't load cameras where there's an error message being displayed
This commit is contained in:
+1
-1
@@ -1694,7 +1694,7 @@ export class FrigateCard extends LitElement {
|
|||||||
>
|
>
|
||||||
${renderMenuAbove ? this._renderMenu() : ''}
|
${renderMenuAbove ? this._renderMenu() : ''}
|
||||||
<div class="${classMap(mainClasses)}">
|
<div class="${classMap(mainClasses)}">
|
||||||
${this._cameras === undefined
|
${this._cameras === undefined && !this._message
|
||||||
? until(
|
? until(
|
||||||
(async () => {
|
(async () => {
|
||||||
await this._loadCameras();
|
await this._loadCameras();
|
||||||
|
|||||||
Reference in New Issue
Block a user