From 933fb4b46ae63ff806abaa5a2ead480499a77c07 Mon Sep 17 00:00:00 2001 From: Omar Basem Date: Wed, 28 Feb 2024 15:17:17 +0400 Subject: [PATCH 1/2] revert account origin --- src/status_im/contexts/wallet/create_account/view.cljs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/status_im/contexts/wallet/create_account/view.cljs b/src/status_im/contexts/wallet/create_account/view.cljs index 37367b66c3a..f8359184a27 100644 --- a/src/status_im/contexts/wallet/create_account/view.cljs +++ b/src/status_im/contexts/wallet/create_account/view.cljs @@ -10,6 +10,7 @@ [status-im.common.emoji-picker.utils :as emoji-picker.utils] [status-im.common.standard-authentication.core :as standard-auth] [status-im.constants :as constants] + [status-im.contexts.wallet.common.sheets.account-origin.view :as account-origin] [status-im.contexts.wallet.common.utils :as utils] [status-im.contexts.wallet.create-account.style :as style] [status-im.feature-flags :as ff] @@ -69,7 +70,9 @@ [quo/page-nav {:type :no-title :background :blur - :right-side [{:icon-name :i/info}] + :right-side [{:icon-name :i/info + :on-press #(rf/dispatch [:show-bottom-sheet + {:content account-origin/view}])}] :icon-name :i/close :on-press #(rf/dispatch [:navigate-back])}] [quo/gradient-cover From 8f977572845ef3b4357c8adc0e391cf00cf4a896 Mon Sep 17 00:00:00 2001 From: Omar Basem Date: Thu, 29 Feb 2024 07:48:19 +0400 Subject: [PATCH 2/2] lint --- src/status_im/contexts/wallet/create_account/view.cljs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/status_im/contexts/wallet/create_account/view.cljs b/src/status_im/contexts/wallet/create_account/view.cljs index f8359184a27..1011941c6f8 100644 --- a/src/status_im/contexts/wallet/create_account/view.cljs +++ b/src/status_im/contexts/wallet/create_account/view.cljs @@ -71,8 +71,8 @@ {:type :no-title :background :blur :right-side [{:icon-name :i/info - :on-press #(rf/dispatch [:show-bottom-sheet - {:content account-origin/view}])}] + :on-press #(rf/dispatch [:show-bottom-sheet + {:content account-origin/view}])}] :icon-name :i/close :on-press #(rf/dispatch [:navigate-back])}] [quo/gradient-cover