From dff9ae8d1daeb372405325cd2fc122db6ac7b395 Mon Sep 17 00:00:00 2001 From: RigidStudios Date: Wed, 22 Sep 2021 23:59:22 +0400 Subject: [PATCH] ConversationStart changed for notes/normal channel --- src/pages/channels/messaging/ConversationStart.tsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/pages/channels/messaging/ConversationStart.tsx b/src/pages/channels/messaging/ConversationStart.tsx index 1c829dd9..6b889fdb 100644 --- a/src/pages/channels/messaging/ConversationStart.tsx +++ b/src/pages/channels/messaging/ConversationStart.tsx @@ -30,7 +30,13 @@ export default observer(({ channel }: Props) => {

{getChannelName(channel, true)}

- +

);