diff options
Diffstat (limited to 'vnext/src/ui/Contacts.js')
-rw-r--r-- | vnext/src/ui/Contacts.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vnext/src/ui/Contacts.js b/vnext/src/ui/Contacts.js index 07e4dfc4..b1f87723 100644 --- a/vnext/src/ui/Contacts.js +++ b/vnext/src/ui/Contacts.js @@ -16,7 +16,7 @@ export default function Contacts() { getChats() .then(response => { setPms(response.data.pms); - }); + }).catch(console.log); }, []); return ( <div className="msg-cont"> |