Skip to content

Commit

Permalink
fix arbitrum tx message info
Browse files Browse the repository at this point in the history
  • Loading branch information
isstuev committed Sep 5, 2024
1 parent f2038ac commit 06d1d60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/tx/details/TxInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -790,7 +790,7 @@ const TxInfo = ({ data, isLoading, socketStatus }: Props) => {
<>
<GridItem colSpan={{ base: undefined, lg: 2 }} mt={{ base: 1, lg: 4 }}/>

{ data.arbitrum?.message_related_info && (
{ data.arbitrum?.contains_message && data.arbitrum?.message_related_info && (
<>
<DetailsInfoItem.Label
hint={ data.arbitrum.contains_message === 'incoming' ?
Expand Down

0 comments on commit 06d1d60

Please sign in to comment.