Skip to content

Commit

Permalink
Try using explorerImg.src
Browse files Browse the repository at this point in the history
  • Loading branch information
bigboydiamonds committed Nov 9, 2023
1 parent ed66057 commit e79ba97
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ const TransactionStatusDetails = ({
<Image
className="w-4 h-4 mx-1 ml-1 mr-1.5 rounded-full"
placeholder="empty"
src={originChain?.explorerImg}
src={originChain?.explorerImg?.src}
alt={`${originChain.explorerName} logo`}
/>
<div>Confirmed on {originChain.explorerName}.</div>
Expand Down

0 comments on commit e79ba97

Please sign in to comment.