From 00e3dfc65935390700bc0150d0e92c94b7296b64 Mon Sep 17 00:00:00 2001
From: Vitaly Takmazov
Date: Fri, 31 Aug 2018 15:36:38 +0300
Subject: fix Contact
---
vnext/src/components/Contact.js | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
(limited to 'vnext')
diff --git a/vnext/src/components/Contact.js b/vnext/src/components/Contact.js
index 1a45c053..820b3e05 100644
--- a/vnext/src/components/Contact.js
+++ b/vnext/src/components/Contact.js
@@ -9,8 +9,9 @@ export default class Contact extends React.Component {
const { user } = this.props;
return (
<>
-
- {user.uname }{ user.unreadCount && {user.unreadCount}}
+
+ { user.unreadCount && {user.unreadCount}}
+
>
);
}
--
cgit v1.2.3