Skip to content

Commit

Permalink
🪰 Hanging issue resolved(?)
Browse files Browse the repository at this point in the history
Attempt at fixing an issue where the application would hang and not load games
  • Loading branch information
Da532 committed Jun 6, 2023
1 parent e9fd1dd commit fd2f507
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/package.json.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ca93a2c71c4b4389f9b066eddc71e4ac
f769d1e8c0f694655cd34c83084492f9
1 change: 0 additions & 1 deletion frontend/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 = () => {
Expand Down

0 comments on commit fd2f507

Please sign in to comment.