From 5fd198743e711bb917defef9d7c7c23ff12cac83 Mon Sep 17 00:00:00 2001 From: William Hua Date: Thu, 7 Nov 2024 23:10:48 -0500 Subject: [PATCH] always show possible wallets if multiple --- src/routes/Recovery.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/Recovery.tsx b/src/routes/Recovery.tsx index 3afe5f7..dd1c597 100644 --- a/src/routes/Recovery.tsx +++ b/src/routes/Recovery.tsx @@ -289,7 +289,7 @@ function Recovery() { - {selectingOtherWallets && possibleWallets.length > 1 && ( + {(selectingOtherWallets || possibleWallets.length > 1) && ( {possibleWallets.map(walletAddress => {