gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] branch master updated: do not copy amount with curre


From: gnunet
Subject: [taler-wallet-core] branch master updated: do not copy amount with currency
Date: Mon, 26 Sep 2022 14:25:22 +0200

This is an automated email from the git hooks/post-receive script.

sebasjm pushed a commit to branch master
in repository wallet-core.

The following commit(s) were added to refs/heads/master by this push:
     new 360cb8061 do not copy amount with currency
360cb8061 is described below

commit 360cb806107b5b3ea356d479bbacc16f3744fd35
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Mon Sep 26 09:25:13 2022 -0300

    do not copy amount with currency
---
 .../taler-wallet-webextension/src/components/BankDetailsByPaytoType.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/packages/taler-wallet-webextension/src/components/BankDetailsByPaytoType.tsx 
b/packages/taler-wallet-webextension/src/components/BankDetailsByPaytoType.tsx
index 9ab5212f2..06a91f039 100644
--- 
a/packages/taler-wallet-webextension/src/components/BankDetailsByPaytoType.tsx
+++ 
b/packages/taler-wallet-webextension/src/components/BankDetailsByPaytoType.tsx
@@ -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>}

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]