From 66f021081ed6d3da4720d2746b208d24adf8ad16 Mon Sep 17 00:00:00 2001 From: Pavlos Chrysochoidis <10210143+pchrysochoidis@users.noreply.github.com> Date: Tue, 28 Feb 2023 15:40:33 +0000 Subject: [PATCH] wallet-ext: WalletListSelect hide select all (#8713) ## Description WalletListSelect hide select all * when only one account is available hide select all button https://user-images.githubusercontent.com/10210143/221866225-0bad1d02-19ec-4fdd-b003-9414c61442c0.mov https://user-images.githubusercontent.com/10210143/221866246-d76ca313-7d90-4a1e-bddb-1abc7c5b5087.mov ## Test Plan manual testing - while connecting to a dapp and having only one account in the wallet see select all is hidden (multi-account has to be enabled) closes APPS-538 --- .../ui/app/components/WalletListSelect.tsx | 26 ++++++++++--------- 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/apps/wallet/src/ui/app/components/WalletListSelect.tsx b/apps/wallet/src/ui/app/components/WalletListSelect.tsx index be34c040595ea..6e4ab148f6de5 100644 --- a/apps/wallet/src/ui/app/components/WalletListSelect.tsx +++ b/apps/wallet/src/ui/app/components/WalletListSelect.tsx @@ -86,19 +86,21 @@ export function WalletListSelect({ mode === 'select' ? (