Skip to content

Commit

Permalink
fixup! WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
cammellos committed May 26, 2020
1 parent 7112a6e commit f4d13c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/status_im/subs.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -1578,7 +1578,7 @@
:contacts/raw-contact-name-by-identity
(fn [[_ identity] _]
[(re-frame/subscribe [:contacts/contact-by-identity identity])])
(fn [[db-contact] [_ identity]]
(fn [[db-contact] _]
(if (and (:ens-verified db-contact) (seq (:name db-contact)))
(str "@" (:name db-contact))
(:alias db-contact))))
Expand Down

0 comments on commit f4d13c2

Please sign in to comment.