Commit 16665b32 authored by tom's avatar tom

fix tx sub heading

parent 928d6c84
...@@ -74,13 +74,13 @@ const TxSubHeading = ({ hash, hasTag, txQuery }: Props) => { ...@@ -74,13 +74,13 @@ const TxSubHeading = ({ hash, hasTag, txQuery }: Props) => {
isLoading={ novesInterpretationQuery.isPlaceholderData || txQuery.isPlaceholderData } isLoading={ novesInterpretationQuery.isPlaceholderData || txQuery.isPlaceholderData }
addressDataMap={ addressDataMap } addressDataMap={ addressDataMap }
fontSize="lg" fontSize="lg"
mr={{ base: 0, lg: 6 }} mr={{ base: 0, lg: 2 }}
isNoves isNoves
/> />
); );
} else if (hasInternalInterpretation) { } else if (hasInternalInterpretation) {
return ( return (
<Flex mr={{ base: 0, lg: 6 }} flexWrap="wrap" alignItems="center"> <Flex mr={{ base: 0, lg: 2 }} flexWrap="wrap" alignItems="center">
<TxInterpretation <TxInterpretation
summary={ txInterpretationQuery.data?.data.summaries[0] } summary={ txInterpretationQuery.data?.data.summaries[0] }
isLoading={ txInterpretationQuery.isPlaceholderData || txQuery.isPlaceholderData } isLoading={ txInterpretationQuery.isPlaceholderData || txQuery.isPlaceholderData }
...@@ -114,7 +114,7 @@ const TxSubHeading = ({ hash, hasTag, txQuery }: Props) => { ...@@ -114,7 +114,7 @@ const TxSubHeading = ({ hash, hasTag, txQuery }: Props) => {
}} }}
isLoading={ txQuery.isPlaceholderData } isLoading={ txQuery.isPlaceholderData }
fontSize="lg" fontSize="lg"
mr={{ base: 0, lg: 6 }} mr={{ base: 0, lg: 2 }}
/> />
); );
} else { } else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment