diff options
Diffstat (limited to 'vnext/src/ui/Chat.js')
-rw-r--r-- | vnext/src/ui/Chat.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vnext/src/ui/Chat.js b/vnext/src/ui/Chat.js index 0f8f53ba..f7113aaa 100644 --- a/vnext/src/ui/Chat.js +++ b/vnext/src/ui/Chat.js @@ -34,7 +34,7 @@ export default function Chat(props) { getChat(uname) .then(response => { setChats(response.data); - }); + }).catch(console.log); } }, []); |