diff options
author | lonkaars <l.leblansch@gmail.com> | 2021-03-10 17:50:22 +0100 |
---|---|---|
committer | lonkaars <l.leblansch@gmail.com> | 2021-03-10 17:50:22 +0100 |
commit | 1bfee312bf6a176f50bc6751ad6d3cb8a80be5d8 (patch) | |
tree | 4d80428c036ea6c63fd3ff30803252a87269a5f5 /pages | |
parent | e7358f0d8a4ce56f7eed5927cfadf0ee29f4508f (diff) |
game status in recent games thingy works better now
Diffstat (limited to 'pages')
-rw-r--r-- | pages/user.tsx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pages/user.tsx b/pages/user.tsx index 280f8e2..6462109 100644 --- a/pages/user.tsx +++ b/pages/user.tsx @@ -109,8 +109,6 @@ export default function AccountPage() { data: { "id": id || self_id } }); - console.log(userGamesReq.data) - setGameInfo(userGamesReq.data); } else { window.history.go(-1); |