From 546a94714b993e5fea838ef7326ed962f7cbb3ef Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Thu, 14 Nov 2019 14:31:58 +0300 Subject: Fix Chat view --- vnext/src/ui/Chat.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vnext/src/ui') diff --git a/vnext/src/ui/Chat.js b/vnext/src/ui/Chat.js index 90c99c27..21f02635 100644 --- a/vnext/src/ui/Chat.js +++ b/vnext/src/ui/Chat.js @@ -65,7 +65,7 @@ export default function Chat(props) { const uname = params.user; return (
- + {uname ? (
    -- cgit v1.2.3