diff options
author | lonkaars <l.leblansch@gmail.com> | 2021-02-03 09:35:55 +0100 |
---|---|---|
committer | lonkaars <l.leblansch@gmail.com> | 2021-02-03 09:35:55 +0100 |
commit | 66146fb2826cb06777558743bd70f91147fd27a0 (patch) | |
tree | 036047ce50d6ea3302659f862437eedf9e4c18a3 /pages | |
parent | 2e290d9540cf69d64e3c3b460587ca9a60a3f0b5 (diff) |
working edit game rules :tada:
Diffstat (limited to 'pages')
-rw-r--r-- | pages/index.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/index.tsx b/pages/index.tsx index ff4e2b7..d56c70b 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -70,7 +70,7 @@ export default class HomePage extends Component { info: request.data, loggedIn: request.status == 200 })) - .catch(console.log); + .catch(() => {}); } constructor(props: {}) { |