Skip to content

Commit

Permalink
Progress view fixed (#910)
Browse files Browse the repository at this point in the history
  • Loading branch information
giulianoconti authored Dec 10, 2024
1 parent 32836fb commit 19aa23e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/pages/Tx/Information/ProgressView/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,12 @@ const ProgressView = ({
</div>

<div className="progress-text">
<div className="progress-text-p">Executed in the Destination Chain</div>
<div className="progress-text-p">
Executed in{" "}
{!!toChain
? getChainName({ chainId: toChain, network: currentNetwork })
: "the Destination Chain"}
</div>
</div>
</div>
)}
Expand Down

0 comments on commit 19aa23e

Please sign in to comment.