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) {}