mirror of
https://github.com/status-im/status-react.git
synced 2025-02-18 13:58:24 +00:00
[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]])))
|
[react/text {:style styles/author :font :medium} name]])))
|
||||||
|
|
||||||
(views/defview member-photo [from]
|
(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]]
|
photo-path [:get-photo-path from]]
|
||||||
[react/view {:style {:width 40 :margin-horizontal 16}}
|
[react/view {:style {:width 40 :margin-horizontal 16}}
|
||||||
[react/view {:style {:position :absolute}}
|
[react/view {:style {:position :absolute}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user