mirror of
https://github.com/status-im/status-react.git
synced 2025-01-11 11:34:45 +00:00
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
|
||||
: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]
|
||||
|
Loading…
x
Reference in New Issue
Block a user