Skip to content

Commit

Permalink
Patch "Add nickname" functionality in home->Contacts #19875 (#19891)
Browse files Browse the repository at this point in the history
  • Loading branch information
flexsurfer authored May 3, 2024
1 parent 9187ec2 commit d8d1e03
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/status_im/common/home/actions/view.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -466,8 +466,7 @@
[quo/action-drawer
[[(view-profile-entry public-key)
(when-not (= current-pub-key public-key)
(when config/show-not-implemented-features?
(rename-entry)))
(edit-nickname-entry public-key))
(when config/show-not-implemented-features?
(show-qr-entry))
(when config/show-not-implemented-features?
Expand Down

0 comments on commit d8d1e03

Please sign in to comment.