diff options
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: {}) { |