From 93f138ff738002a782f11d428ccb87231d414a59 Mon Sep 17 00:00:00 2001 From: ayhansumen Date: Sun, 9 Aug 2026 21:39:39 +0300 Subject: [PATCH] fix: only show destination address error after loading completes --- components/wallet/purchase-credits-card.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/wallet/purchase-credits-card.tsx b/components/wallet/purchase-credits-card.tsx index 4b565ef..e6d10c3 100644 --- a/components/wallet/purchase-credits-card.tsx +++ b/components/wallet/purchase-credits-card.tsx @@ -279,7 +279,7 @@ export function PurchaseCreditsCard() { USDC - {isLoadingDestination && ( + {!isLoadingDestination && !destination && (
Destination address not configured.