Skip to content

Commit

Permalink
file transfer movement view
Browse files Browse the repository at this point in the history
  • Loading branch information
minaxolone committed Jun 9, 2024
1 parent f0153ce commit 600a6ab
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ const TransferMovement: FC<Props> = ({ movement }) => {
}, [transaction.arguments]);

return (
<div>
<div className="flex flex-row">
<AccountAddress address={`${transaction.sender.toString('hex').toUpperCase()}`} />
{' → '}
<span className="mx-3">{' → '}</span>
<AccountAddress address={to} />
</div>
);
Expand Down

0 comments on commit 600a6ab

Please sign in to comment.