From 674f102396d350fe3cdb22f3a7db160344b7598f Mon Sep 17 00:00:00 2001 From: NahuelNoves Date: Tue, 12 Mar 2024 10:17:51 -0300 Subject: [PATCH] margin fix --- ui/tx/TxSubHeading.tsx | 2 +- ui/tx/assetFlows/components/NovesSubHeadingInterpretation.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ui/tx/TxSubHeading.tsx b/ui/tx/TxSubHeading.tsx index 657850b43a..cf1fedb210 100644 --- a/ui/tx/TxSubHeading.tsx +++ b/ui/tx/TxSubHeading.tsx @@ -105,7 +105,7 @@ const TxSubHeading = ({ hash, hasTag, txQuery }: Props) => { { content } - { !hasTag && } + { !hasTag && } diff --git a/ui/tx/assetFlows/components/NovesSubHeadingInterpretation.tsx b/ui/tx/assetFlows/components/NovesSubHeadingInterpretation.tsx index 7409f99af4..7cbd42457c 100644 --- a/ui/tx/assetFlows/components/NovesSubHeadingInterpretation.tsx +++ b/ui/tx/assetFlows/components/NovesSubHeadingInterpretation.tsx @@ -23,8 +23,8 @@ const NovesSubHeadingInterpretation: FC = ({ data, isLoading }) => { const description = getDescriptionItems(data); return ( - - + + { description.map((item, i) => (