[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:
yenda 2018-11-10 10:32:25 +01:00
parent 44aef6788f
commit 014d564e72
No known key found for this signature in database
GPG Key ID: 0095623C0069DCE6
1 changed files with 1 additions and 1 deletions

View File

@ -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}}