Remove superfluous whitespace.

This commit is contained in:
Dermot Duffy
2022-06-12 08:49:52 -07:00
parent 5ea0b0d739
commit b34297404b
+1 -1
View File
@@ -1645,7 +1645,7 @@ export class FrigateCard extends LitElement {
*/
protected _getMergedActions(): Actions {
let specificActions: Actions | undefined = undefined;
if (this._view?.is('live')) {
specificActions = this._getConfig().live.actions;
} else if (this._view?.isGalleryView()) {