From dd36908b95f0749d31fd179a1ea3c79327fdbab8 Mon Sep 17 00:00:00 2001 From: Eugene Pankov Date: Mon, 5 Sep 2022 10:37:17 +0200 Subject: [PATCH] lint --- tabby-core/src/tabContextMenu.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tabby-core/src/tabContextMenu.ts b/tabby-core/src/tabContextMenu.ts index 63b785a7..d89f1263 100644 --- a/tabby-core/src/tabContextMenu.ts +++ b/tabby-core/src/tabContextMenu.ts @@ -28,7 +28,7 @@ export class TabManagementContextMenu extends TabContextMenuItemProvider { super() } - async getItems (tab: BaseTabComponent, tabHeader?: TabHeaderComponent): Promise { + async getItems (tab: BaseTabComponent): Promise { let items: MenuItemOptions[] = [ { label: this.translate.instant('Close'),