diff --git a/components/dataViews/TransactionInfo/index.tsx b/components/dataViews/TransactionInfo/index.tsx index 1537739..593550b 100644 --- a/components/dataViews/TransactionInfo/index.tsx +++ b/components/dataViews/TransactionInfo/index.tsx @@ -23,43 +23,46 @@ const TransactionInfo = ({ tx }: Props) => { const { state } = useAppContext(); return ( - + <> - + ); };