Add missing space.

This commit is contained in:
Dermot Duffy
2023-06-21 08:46:17 -07:00
parent e1320c4d71
commit d48622f089
+1 -1
View File
@@ -730,7 +730,7 @@ class FrigateCard extends LitElement {
this._handleThrownError(e);
}
// Set a view on initial load. However,if the query string contains an
// Set a view on initial load. However, if the query string contains an
// action that needs to render content (e.g. a view action or diagnostics),
// we don't set any view here and allow that content to be triggered by the
// firstUpdated() call. To do otherwise may cause a race condition between