From 91faf0911184bb430170d021195d008b977e0ac4 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Fri, 6 Jul 2018 01:57:22 +0300 Subject: Fix lint and prototypes warnings --- vnext/src/components/Contact.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vnext/src/components/Contact.js') diff --git a/vnext/src/components/Contact.js b/vnext/src/components/Contact.js index 01dd1ae6..215f579b 100644 --- a/vnext/src/components/Contact.js +++ b/vnext/src/components/Contact.js @@ -9,7 +9,7 @@ export default class Contact extends React.Component { const { user } = this.props; return ( - + {user.uname }{ user.unreadCount && {user.unreadCount}} ); -- cgit v1.2.3