diff --git a/src/ui/views/Dashboard/Components/WalletFunction.tsx b/src/ui/views/Dashboard/Components/WalletFunction.tsx index 38f5941c..cedf90be 100644 --- a/src/ui/views/Dashboard/Components/WalletFunction.tsx +++ b/src/ui/views/Dashboard/Components/WalletFunction.tsx @@ -112,7 +112,7 @@ const WalletFunction = (props) => { - {props.address === props.current['address'] && ( + {props.address === props.current['address'] && props.walletList.length > 1 && ( { mainAddress={mainAddress} setExpandAccount={setExpandAccount} expandAccount={expandAccount} + walletList={walletList} /> );