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: not showing manual withd


From: gnunet
Subject: [taler-wallet-core] branch master updated: fix: not showing manual withdraw details
Date: Mon, 22 May 2023 18:43:00 +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 7391969ca fix: not showing manual withdraw details
7391969ca is described below

commit 7391969ca754675cbb0c2f5b89f89778e0b149b1
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Mon May 22 13:42:54 2023 -0300

    fix: not showing manual withdraw details
---
 packages/taler-wallet-webextension/src/wallet/Transaction.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/taler-wallet-webextension/src/wallet/Transaction.tsx 
b/packages/taler-wallet-webextension/src/wallet/Transaction.tsx
index 39b070e46..f4c50a8d5 100644
--- a/packages/taler-wallet-webextension/src/wallet/Transaction.tsx
+++ b/packages/taler-wallet-webextension/src/wallet/Transaction.tsx
@@ -417,7 +417,7 @@ export function TransactionView({
         </Header>
 
         {/**FIXME: DD37 check if this holds */}
-        {transaction.txState.major ===
+        {transaction.txState.major !==
         TransactionMajorState.Pending ? undefined : transaction
             .withdrawalDetails.type === WithdrawalType.ManualTransfer ? (
           //manual withdrawal

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