From d8d1e030e442a988421d4b00dd0bf3a810193216 Mon Sep 17 00:00:00 2001 From: flexsurfer Date: Fri, 3 May 2024 15:55:54 +0200 Subject: [PATCH] Patch "Add nickname" functionality in home->Contacts #19875 (#19891) --- src/status_im/common/home/actions/view.cljs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/status_im/common/home/actions/view.cljs b/src/status_im/common/home/actions/view.cljs index 0280bf58b4..6766c3a66f 100644 --- a/src/status_im/common/home/actions/view.cljs +++ b/src/status_im/common/home/actions/view.cljs @@ -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?