diff --git a/advanced/wallets/react-wallet-v2/src/components/SmartAccountCard.tsx b/advanced/wallets/react-wallet-v2/src/components/SmartAccountCard.tsx index d2e9a3c..dc71677 100644 --- a/advanced/wallets/react-wallet-v2/src/components/SmartAccountCard.tsx +++ b/advanced/wallets/react-wallet-v2/src/components/SmartAccountCard.tsx @@ -100,7 +100,6 @@ export default function SmartAccountCard({ > {activeChainId === chainId ? `✅` : `🔄`} - {smartAccountAddress ? ( <> @@ -109,15 +108,17 @@ export default function SmartAccountCard({ {smartAccountAddress} - + ) : null} + {isDeployed && smartAccountAddress ? ( + ) : ( <>