gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: fix wrong currency name when


From: gnunet
Subject: [taler-wallet-core] branch master updated: fix wrong currency name when toggling
Date: Tue, 05 Mar 2024 18:42:51 +0100

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 73ab9970e fix wrong currency name when toggling
73ab9970e is described below

commit 73ab9970e17f2a4749bad88631a4bd4d8e64721e
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Tue Mar 5 14:42:46 2024 -0300

    fix wrong currency name when toggling
---
 packages/demobank-ui/src/pages/business/CreateCashout.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/demobank-ui/src/pages/business/CreateCashout.tsx 
b/packages/demobank-ui/src/pages/business/CreateCashout.tsx
index 84d4a5863..76678b6d2 100644
--- a/packages/demobank-ui/src/pages/business/CreateCashout.tsx
+++ b/packages/demobank-ui/src/pages/business/CreateCashout.tsx
@@ -497,7 +497,7 @@ export function CreateCashout({
                   <InputAmount
                     name="amount"
                     left
-                    currency={limit.currency}
+                    currency={form.isDebit ? regional_currency : fiat_currency}
                     value={trimmedAmountStr}
                     onChange={
                       cashoutDisabled

-- 
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]