do not copy amount with currency

This commit is contained in:
Sebastian 2022-09-26 09:25:13 -03:00
parent 93dbf2c2c9
commit 360cb80610
No known key found for this signature in database
GPG Key ID: BE4FF68352439FC1

View File

@ -141,7 +141,7 @@ export function BankDetailsByPaytoType({
{accountPart}
<Row
name={<i18n.Translate>Amount</i18n.Translate>}
value={<Amount value={amount} />}
value={<Amount value={amount} hideCurrency />}
/>
<Row
name={<i18n.Translate>Subject</i18n.Translate>}