From ba65946b0fa516e4d1b67a398eed4a813befc8a0 Mon Sep 17 00:00:00 2001 From: Timo Date: Thu, 18 Feb 2021 21:35:11 +0200 Subject: [PATCH] lint --- apps/red-ui/src/app/common/filter/filter.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/red-ui/src/app/common/filter/filter.component.ts b/apps/red-ui/src/app/common/filter/filter.component.ts index 0a4097343..27a3c87a3 100644 --- a/apps/red-ui/src/app/common/filter/filter.component.ts +++ b/apps/red-ui/src/app/common/filter/filter.component.ts @@ -33,7 +33,7 @@ export class FilterComponent implements OnChanges { mouseOver = true; mouseOverTimeout: number; - atLeastOnFilterIsExpandable: boolean = false; + atLeastOnFilterIsExpandable = false; constructor(public readonly appStateService: AppStateService, private readonly _changeDetectorRef: ChangeDetectorRef) {}