mirror of
https://github.com/status-im/status-react.git
synced 2025-01-11 11:34:45 +00:00
correct identicon in the group chat (#249)
This commit is contained in:
parent
5fb6a19d0a
commit
0912b61f70
@ -195,9 +195,9 @@
|
||||
(defview member-photo [from]
|
||||
[photo-path [:photo-path from]]
|
||||
[view st/photo-view
|
||||
[image {:source (if (s/blank? photo-path)
|
||||
res/user-no-photo
|
||||
{:uri photo-path})
|
||||
[image {:source {:uri (if (s/blank? photo-path)
|
||||
(identicon from)
|
||||
photo-path)}
|
||||
:style st/photo}]])
|
||||
|
||||
(defn incoming-group-message-body
|
||||
|
Loading…
x
Reference in New Issue
Block a user