[fix] error when switching chats
- a subscription name change was missed during rebase Signed-off-by: yenda <eric@status.im>
This commit is contained in:
parent
44aef6788f
commit
014d564e72
|
@ -75,7 +75,7 @@
|
|||
[react/text {:style styles/author :font :medium} name]])))
|
||||
|
||||
(views/defview member-photo [from]
|
||||
(views/letsubs [current-public-key [:get-current-public-key]
|
||||
(views/letsubs [current-public-key [:account/public-key]
|
||||
photo-path [:get-photo-path from]]
|
||||
[react/view {:style {:width 40 :margin-horizontal 16}}
|
||||
[react/view {:style {:position :absolute}}
|
||||
|
|
Loading…
Reference in New Issue