From dd7ceeefddef00478642f84a08ce75f903b1041d Mon Sep 17 00:00:00 2001 From: Olivier Gagnon Date: Thu, 14 Jul 2022 19:02:59 -0400 Subject: [PATCH] rm a any --- src/Sidebar/ui/SidebarRoot.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Sidebar/ui/SidebarRoot.tsx b/src/Sidebar/ui/SidebarRoot.tsx index f8b4d6dbc..3161715f4 100644 --- a/src/Sidebar/ui/SidebarRoot.tsx +++ b/src/Sidebar/ui/SidebarRoot.tsx @@ -274,7 +274,7 @@ export function SidebarRoot(props: IProps): React.ReactElement { // Alt-o - Options // Alt-b - Bladeburner // Alt-g - Gang - function handleShortcuts(this: Document, event: KeyboardEvent): any { + function handleShortcuts(this: Document, event: KeyboardEvent): void { if (Settings.DisableHotkeys) return; if ((props.player.currentWork && props.player.focus) || props.router.page() === Page.BitVerse) return; if (event.code === KEYCODE.T && event.altKey) {