From 8af3c9521280bc7085e9590c38d5204725b10e39 Mon Sep 17 00:00:00 2001 From: Evan / Fero Date: Sun, 16 Jul 2023 12:06:11 -0700 Subject: [PATCH] fix: linting --- tabby-core/src/components/titleBar.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tabby-core/src/components/titleBar.component.ts b/tabby-core/src/components/titleBar.component.ts index 7ff7921d..6b546f96 100644 --- a/tabby-core/src/components/titleBar.component.ts +++ b/tabby-core/src/components/titleBar.component.ts @@ -8,7 +8,7 @@ import { HostWindowService } from '../api' styleUrls: ['./titleBar.component.scss'], }) export class TitleBarComponent { - @Input() hideControls: boolean; + @Input() hideControls: boolean constructor (public hostWindow: HostWindowService) { } }