From 6c8a5747f7df971973e89df4fc070d7d39f8e499 Mon Sep 17 00:00:00 2001 From: Justin Starry Date: Sun, 3 May 2020 12:33:26 +0800 Subject: [PATCH] Renames --- .../src/components/TransactionDetails.tsx | 34 +++++++++---------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/explorer/src/components/TransactionDetails.tsx b/explorer/src/components/TransactionDetails.tsx index c482165fe8..cbb9fed73d 100644 --- a/explorer/src/components/TransactionDetails.tsx +++ b/explorer/src/components/TransactionDetails.tsx @@ -95,14 +95,14 @@ export default function TransactionDetails({ signature }: Props) { - - - + + + ); } -function TransactionStatusCard({ signature }: Props) { +function StatusCard({ signature }: Props) { const status = useTransactionStatus(signature); const dispatch = useTransactionsDispatch(); const details = useTransactionDetails(signature); @@ -140,7 +140,7 @@ function TransactionStatusCard({ signature }: Props) { return (
-

Transaction Status

+

Status