Remove superfluous whitespace.
This commit is contained in:
+1
-1
@@ -1645,7 +1645,7 @@ export class FrigateCard extends LitElement {
|
|||||||
*/
|
*/
|
||||||
protected _getMergedActions(): Actions {
|
protected _getMergedActions(): Actions {
|
||||||
let specificActions: Actions | undefined = undefined;
|
let specificActions: Actions | undefined = undefined;
|
||||||
|
|
||||||
if (this._view?.is('live')) {
|
if (this._view?.is('live')) {
|
||||||
specificActions = this._getConfig().live.actions;
|
specificActions = this._getConfig().live.actions;
|
||||||
} else if (this._view?.isGalleryView()) {
|
} else if (this._view?.isGalleryView()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user