Skip to content

Commit 008f526

Browse files
committed
fixup! WIP
1 parent 7420eff commit 008f526

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/status_im/subs.cljs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1580,7 +1580,7 @@
15801580
[(re-frame/subscribe [:contacts/contact-by-identity identity])])
15811581
(fn [[db-contact] _]
15821582
(if (and (:ens-verified db-contact) (seq (:name db-contact)))
1583-
(str "@" (:name db-contact))
1583+
(stateofus/username (str "@" (:name db-contact)))
15841584
(:alias db-contact))))
15851585

15861586
(re-frame/reg-sub

0 commit comments

Comments
 (0)