From 2c49bc9a41885be78aaf5b08c34da6134bde4738 Mon Sep 17 00:00:00 2001 From: Justin Starry Date: Thu, 29 Sep 2022 14:34:31 +0800 Subject: [PATCH] explorer: fix fee sign in block transactions table (#28132) --- explorer/src/components/block/BlockHistoryCard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/explorer/src/components/block/BlockHistoryCard.tsx b/explorer/src/components/block/BlockHistoryCard.tsx index 7a1f0f2f4..53c7ef8bd 100644 --- a/explorer/src/components/block/BlockHistoryCard.tsx +++ b/explorer/src/components/block/BlockHistoryCard.tsx @@ -293,7 +293,7 @@ export function BlockHistoryCard({ block }: { block: VersionedBlockResponse }) { {tx.meta !== null ? ( - + ) : ( "Unknown" )}