diff --git a/explorer/src/pages/TransactionDetailsPage.tsx b/explorer/src/pages/TransactionDetailsPage.tsx index 7dbb584896..ba3aeb2b64 100644 --- a/explorer/src/pages/TransactionDetailsPage.tsx +++ b/explorer/src/pages/TransactionDetailsPage.tsx @@ -74,7 +74,7 @@ function StatusCard({ signature }: Props) { fetchStatus(signature)} text="Fetch Failed" /> ); } else if (!status.data?.info) { - if (firstAvailableBlock !== undefined) { + if (firstAvailableBlock !== undefined && firstAvailableBlock > 1) { return ( fetchStatus(signature)}