From ea96c251fa6ce3bf03a2ebd14d4040d944698be8 Mon Sep 17 00:00:00 2001 From: Javier Bueno Date: Fri, 12 Apr 2024 04:42:52 +0100 Subject: [PATCH] fix(wallet-setup): duplicated wallet warning --- .../SetupWallet/useCases/CreateWallet/WalletDetailsScreen.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/wallet-mobile/src/features/SetupWallet/useCases/CreateWallet/WalletDetailsScreen.tsx b/apps/wallet-mobile/src/features/SetupWallet/useCases/CreateWallet/WalletDetailsScreen.tsx index bb0c2ff62a..70d6f9638a 100644 --- a/apps/wallet-mobile/src/features/SetupWallet/useCases/CreateWallet/WalletDetailsScreen.tsx +++ b/apps/wallet-mobile/src/features/SetupWallet/useCases/CreateWallet/WalletDetailsScreen.tsx @@ -130,7 +130,6 @@ export const WalletDetailsScreen = () => { }, [createWallet, mnemonic, name, networkId, password, track, walletImplementationId]) const showModalTipsPassword = () => { - Keyboard.dismiss() openModal( strings.walletDetailsModalTitle, @@ -213,7 +212,7 @@ export const WalletDetailsScreen = () => { {strings.walletDetailsTitle(bold)} - +