Skip to content

Commit

Permalink
fix: Show block explorer link for transaction guards (#4257)
Browse files Browse the repository at this point in the history
  • Loading branch information
usame-algan authored Sep 27, 2024
1 parent 91cc29d commit da2bdc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/settings/TransactionGuards/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const GuardDisplay = ({ guardAddress, chainId }: { guardAddress: string; chainId

return (
<Box className={css.guardDisplay}>
<EthHashInfo shortAddress={false} address={guardAddress} showCopyButton chainId={chainId} />
<EthHashInfo shortAddress={false} address={guardAddress} showCopyButton hasExplorer chainId={chainId} />
<CheckWallet>
{(isOk) => (
<IconButton
Expand Down

0 comments on commit da2bdc0

Please sign in to comment.