From fd2f5073ec37443dcf205667f9d355dcfc7091f9 Mon Sep 17 00:00:00 2001 From: Da532 Date: Tue, 6 Jun 2023 01:09:55 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=AA=B0=20Hanging=20issue=20resolved(=3F)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Attempt at fixing an issue where the application would hang and not load games --- frontend/package.json.md5 | 2 +- frontend/src/App.tsx | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend/package.json.md5 b/frontend/package.json.md5 index fad4b56..75ad622 100644 --- a/frontend/package.json.md5 +++ b/frontend/package.json.md5 @@ -1 +1 @@ -ca93a2c71c4b4389f9b066eddc71e4ac \ No newline at end of file +f769d1e8c0f694655cd34c83084492f9 \ No newline at end of file diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index fd1f743..65e4776 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -21,7 +21,6 @@ const App: Component = () => { const [connErr, setConnErr] = createSignal(false); const [isMac, setIsMac] = createSignal(false); - GetGamesList().then((result: string) => setGamesList(gamesList().concat(JSON.parse(result)))); IsMac().then((result: boolean) => setIsMac(result)); const connCheck = () => {