Skip to content

Commit

Permalink
revert account origin
Browse files Browse the repository at this point in the history
  • Loading branch information
OmarBasem committed Feb 28, 2024
1 parent b7bffb3 commit 4966cd9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/status_im/contexts/wallet/create_account/view.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 4966cd9

Please sign in to comment.