Show group name in group-chat header

Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
This commit is contained in:
b-m-f 2019-08-31 13:23:46 +01:00 committed by Andrey Shovkoplyas
parent df3473dbef
commit 09c8d858ed
No known key found for this signature in database
GPG Key ID: EAAB7C8622D860A4
1 changed files with 1 additions and 1 deletions

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]