From ae1f82f33cff81f2b33c4267920277403901737a Mon Sep 17 00:00:00 2001 From: flexsurfer Date: Tue, 9 Apr 2024 15:44:22 +0200 Subject: [PATCH] Fix the "Choose profile" button in the profile #19551 (#19570) --- src/status_im/contexts/profile/settings/view.cljs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/status_im/contexts/profile/settings/view.cljs b/src/status_im/contexts/profile/settings/view.cljs index 91903622c6..71c579d4c1 100644 --- a/src/status_im/contexts/profile/settings/view.cljs +++ b/src/status_im/contexts/profile/settings/view.cljs @@ -60,9 +60,7 @@ :scroll-y scroll-y :icon-name :i/close :on-press #(rf/dispatch [:navigate-back]) - :right-side [{:icon-name :i/multi-profile - :on-press #(rf/dispatch [:open-modal :screen/onboarding.sign-in])} - {:icon-name :i/qr-code + :right-side [{:icon-name :i/qr-code :on-press #(debounce/throttle-and-dispatch [:open-modal :share-shell] 1000)} {:icon-name :i/share :on-press not-implemented/alert}]}]] [rn/flat-list