From 63b4a60422de99ee2f7f07cbcde22f099cfa54c8 Mon Sep 17 00:00:00 2001 From: hippoz Date: Sun, 29 Aug 2021 16:43:03 +0300 Subject: [PATCH] add user list to channel loading page' --- bfrontend/src/Components/Channels/ChannelView.js | 1 + 1 file changed, 1 insertion(+) diff --git a/bfrontend/src/Components/Channels/ChannelView.js b/bfrontend/src/Components/Channels/ChannelView.js index cd8acc7..fa26b5c 100644 --- a/bfrontend/src/Components/Channels/ChannelView.js +++ b/bfrontend/src/Components/Channels/ChannelView.js @@ -63,6 +63,7 @@ const ChannelView = ({ messages, channel, channelPresenceClientList }) => { setTextInput(target.value) }> + );