diff --git a/explorer/src/components/account/TokenAccountSection.tsx b/explorer/src/components/account/TokenAccountSection.tsx index 3c6a2fee5..8c2281bad 100644 --- a/explorer/src/components/account/TokenAccountSection.tsx +++ b/explorer/src/components/account/TokenAccountSection.tsx @@ -101,7 +101,7 @@ function MintAccountCard({ coinInfo?.status === CoingeckoStatus.Loading && ( )} - {tokenPriceInfo && ( + {tokenPriceInfo && tokenPriceInfo.price && (