From 0179b40eaf3342f147374147f6c2bd8c02b86ff3 Mon Sep 17 00:00:00 2001 From: Willian Mitsuda Date: Sat, 18 Sep 2021 18:03:54 -0300 Subject: [PATCH] UI adjustments --- src/transaction/DecodedParamsTable.tsx | 2 +- src/transaction/LogEntry.tsx | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/src/transaction/DecodedParamsTable.tsx b/src/transaction/DecodedParamsTable.tsx index fca7a81..72c9262 100644 --- a/src/transaction/DecodedParamsTable.tsx +++ b/src/transaction/DecodedParamsTable.tsx @@ -20,7 +20,7 @@ const DecodedParamsTable: React.FC = ({ - param (index) + name (index) type value diff --git a/src/transaction/LogEntry.tsx b/src/transaction/LogEntry.tsx index acf6980..0ce96dd 100644 --- a/src/transaction/LogEntry.tsx +++ b/src/transaction/LogEntry.tsx @@ -42,7 +42,8 @@ const LogEntry: React.FC = ({ txData, log, logDesc }) => ( -
+
Parameters
+
Decoded Raw
@@ -52,14 +53,12 @@ const LogEntry: React.FC = ({ txData, log, logDesc }) => ( {logDesc && ( <>
-
Signature
-
+
-
Name
-
+