From 06f44b67de4e1cb5ddec36d29bb49deb4b63805c Mon Sep 17 00:00:00 2001 From: Edd Date: Mon, 30 Jan 2023 18:17:47 +0000 Subject: [PATCH] fix(explorer): tx viewer dropdown did not correctly represent state (#2780) --- apps/explorer/src/app/components/txs/tx-data-view.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/explorer/src/app/components/txs/tx-data-view.tsx b/apps/explorer/src/app/components/txs/tx-data-view.tsx index b2ac27eb0..5370b5aa9 100644 --- a/apps/explorer/src/app/components/txs/tx-data-view.tsx +++ b/apps/explorer/src/app/components/txs/tx-data-view.tsx @@ -63,7 +63,7 @@ export const TxDataView = ({ txData, blockData }: TxDataViewProps) => {