Show group name in group-chat header
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
This commit is contained in:
parent
df3473dbef
commit
09c8d858ed
|
@ -302,7 +302,7 @@
|
||||||
:default-chat-icon-text style/intro-header-icon-text
|
:default-chat-icon-text style/intro-header-icon-text
|
||||||
:size 120}]]
|
:size 120}]]
|
||||||
;; Chat title section
|
;; 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
|
;; Description section
|
||||||
(if group-chat
|
(if group-chat
|
||||||
[group-chat-description-container chat]
|
[group-chat-description-container chat]
|
||||||
|
|
Loading…
Reference in New Issue