From da7f546c34b5c5d22bf2f1ac3c7b58643cf7d0f5 Mon Sep 17 00:00:00 2001 From: theborakompanioni Date: Wed, 18 Oct 2023 20:47:27 +0200 Subject: [PATCH] chore: remove create wallet button from settings page --- src/components/Settings.tsx | 17 ----------------- src/i18n/locales/en/translation.json | 1 - 2 files changed, 18 deletions(-) diff --git a/src/components/Settings.tsx b/src/components/Settings.tsx index f586c0be..0577b547 100644 --- a/src/components/Settings.tsx +++ b/src/components/Settings.tsx @@ -217,23 +217,6 @@ export default function Settings({ wallet, stopWallet }: SettingsProps) { {t('settings.button_switch_wallet')} - lockWallet({ force: false, navigateTo: routes.createWallet })} - > - {lockingWallet ? ( - <> - {serviceInfo && isFeatureEnabled('rescanChain', serviceInfo) && isDebugFeatureEnabled('rescanChainPage') && (