chore: add to address, for better clarity

This commit is contained in:
Matthew Russell
2023-02-06 10:56:11 -08:00
parent f55fee3250
commit aff2e0efdb
@@ -399,7 +399,9 @@ export const VegaTransactionDetails = ({ tx }: { tx: VegaStoredTxState }) => {
return (
<Details>
<h4 className="font-bold">{t('Transfer')}</h4>
<p>{truncateByChars(to)}</p>
<p>
{t('To')} {truncateByChars(to)}
</p>
<p>
{value} {transferAsset.symbol}
</p>