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 => {