Show group name in group-chat header

Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
This commit is contained in:
b-m-f
2019-09-03 11:03:06 +02:00
committed by Andrey Shovkoplyas
parent df3473dbef
commit 09c8d858ed
+1 -1
View File
@@ -302,7 +302,7 @@
:default-chat-icon-text style/intro-header-icon-text
:size 120}]]
;; Chat title section
[react/text {:style style/intro-header-chat-name} intro-name]
[react/text {:style style/intro-header-chat-name} (if group-chat chat-name intro-name)]
;; Description section
(if group-chat
[group-chat-description-container chat]