From d48622f0891d2cd9ed958d370673dc6efba4cbf9 Mon Sep 17 00:00:00 2001 From: Dermot Duffy Date: Wed, 21 Jun 2023 08:46:17 -0700 Subject: [PATCH] Add missing space. --- src/card.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/card.ts b/src/card.ts index 4196fc92..b0ead46e 100644 --- a/src/card.ts +++ b/src/card.ts @@ -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