From f8221797c63f0181b214baa8005570a002c9f314 Mon Sep 17 00:00:00 2001 From: Justin Starry Date: Wed, 12 Aug 2020 23:09:57 +0800 Subject: [PATCH] Remove not found disclaimer when full history is available (#11583) --- explorer/src/pages/TransactionDetailsPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)}