From f6d8b7acd80bea685b40220bd8f3b0b308bb6a87 Mon Sep 17 00:00:00 2001 From: abefernan <44572727+abefernan@users.noreply.github.com> Date: Fri, 26 May 2023 10:24:39 +0200 Subject: [PATCH] Show tx gas and fee before msg list --- .../dataViews/TransactionInfo/index.tsx | 24 +++++++++++-------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/components/dataViews/TransactionInfo/index.tsx b/components/dataViews/TransactionInfo/index.tsx index 722746d..f517302 100644 --- a/components/dataViews/TransactionInfo/index.tsx +++ b/components/dataViews/TransactionInfo/index.tsx @@ -28,16 +28,6 @@ const TransactionInfo = ({ tx }: Props) => { <>