From b72b32761058767d143e9ff08dc238c5ac9b777c Mon Sep 17 00:00:00 2001 From: AAGaming Date: Sat, 7 Jan 2023 20:33:28 -0500 Subject: Fix reloading UI on updates and restarting steam (#303) --- frontend/src/tabs-hook.tsx | 1 - 1 file changed, 1 deletion(-) (limited to 'frontend/src/tabs-hook.tsx') diff --git a/frontend/src/tabs-hook.tsx b/frontend/src/tabs-hook.tsx index 00adf206..d9c76ca6 100644 --- a/frontend/src/tabs-hook.tsx +++ b/frontend/src/tabs-hook.tsx @@ -7,7 +7,6 @@ import Logger from './logger'; declare global { interface Window { __TABS_HOOK_INSTANCE: any; - securitystore: any; } } -- cgit v1.2.3