Skip to content

Commit

Permalink
869: Fixed Transaction link in cancel transaction
Browse files Browse the repository at this point in the history
  • Loading branch information
piersss committed Apr 5, 2024
1 parent ab90ca5 commit e36e179
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,11 @@ const WalletTransaction = ({
</SpanSubtitle>
</TextContainer>

<StyledTransactionLink chainId={chainId} hash={transaction.hash} />
<StyledTransactionLink
hideLabel
chainId={chainId}
hash={transaction.hash}
/>
</Container>
);
}
Expand Down

0 comments on commit e36e179

Please sign in to comment.