Skip to content

Commit

Permalink
tidy: rename the wallet-settings feature flag
Browse files Browse the repository at this point in the history
  • Loading branch information
seanstrom committed May 9, 2024
1 parent fb37021 commit 9a5d805
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/status_im/contexts/profile/settings/list_items.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
:image :icon
:blur? true
:action :arrow
:feature-flag ::ff/wallet.wallet-settings}
:feature-flag ::ff/wallet.settings}
(when config/show-not-implemented-features?
{:title (i18n/label :t/dapps)
:on-press not-implemented/alert
Expand Down
2 changes: 1 addition & 1 deletion src/status_im/feature_flags.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
::wallet.long-press-watch-only-asset (enabled-in-env? :FLAG_LONG_PRESS_WATCH_ONLY_ASSET_ENABLED)
::wallet.swap (enabled-in-env? :FLAG_SWAP_ENABLED)
::wallet.wallet-connect (enabled-in-env? :FLAG_WALLET_CONNECT_ENABLED)
::wallet.wallet-settings (enabled-in-env? :FLAG_WALLET_SETTINGS_ENABLED)}))
::wallet.settings (enabled-in-env? :FLAG_WALLET_SETTINGS_ENABLED)}))

(defn feature-flags [] @feature-flags-config)

Expand Down

0 comments on commit 9a5d805

Please sign in to comment.