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: #7526 - patch authored b


From: gnunet
Subject: [taler-wallet-core] branch master updated: fix: #7526 - patch authored by Windfisch
Date: Mon, 19 Dec 2022 18:52:42 +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 45691dc99 fix: #7526 - patch authored by Windfisch
45691dc99 is described below

commit 45691dc991945d8c0a3d4bc95078bd1af5932927
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Mon Dec 19 14:52:34 2022 -0300

    fix: #7526 - patch authored by Windfisch
---
 packages/demobank-ui/src/pages/PaytoWireTransferForm.tsx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/packages/demobank-ui/src/pages/PaytoWireTransferForm.tsx 
b/packages/demobank-ui/src/pages/PaytoWireTransferForm.tsx
index 1237f5eb1..aa76f61ee 100644
--- a/packages/demobank-ui/src/pages/PaytoWireTransferForm.tsx
+++ b/packages/demobank-ui/src/pages/PaytoWireTransferForm.tsx
@@ -55,7 +55,7 @@ export function PaytoWireTransferForm({
 
   let parsedAmount = undefined;
 
-  const errorsWire = {
+  const errorsWire = undefinedIfEmpty({
     iban: !submitData?.iban
       ? i18n.str`Missing IBAN`
       : !/^[A-Z0-9]*$/.test(submitData.iban)
@@ -69,7 +69,7 @@ export function PaytoWireTransferForm({
       : Amounts.isZero(parsedAmount)
       ? i18n.str`Should be greater than 0`
       : undefined,
-  };
+  });
 
   if (!pageState.isRawPayto)
     return (

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