From 18d444e8fc04da818250b36212540065693d3fa2 Mon Sep 17 00:00:00 2001 From: AAGaming Date: Wed, 29 Jun 2022 11:57:59 -0400 Subject: fix tab type, bump lib for tree shaking --- frontend/src/tabs-hook.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/src') diff --git a/frontend/src/tabs-hook.ts b/frontend/src/tabs-hook.ts index b364712d..667fc973 100644 --- a/frontend/src/tabs-hook.ts +++ b/frontend/src/tabs-hook.ts @@ -114,7 +114,7 @@ class TabsHook extends Logger { this.tabs.push(tab); } - removeById(id: string) { + removeById(id: number) { this.log('Removing tab', id); this.tabs = this.tabs.filter((tab) => tab.id !== id); } -- cgit v1.2.3