gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: also webex


From: gnunet
Subject: [taler-wallet-core] branch master updated: also webex
Date: Thu, 16 Nov 2023 13:25:58 +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 a67c46f36 also webex
a67c46f36 is described below

commit a67c46f36cb60fcd175273db39a38cd93cfa89e2
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Thu Nov 16 09:25:25 2023 -0300

    also webex
---
 packages/taler-wallet-webextension/src/wallet/Transaction.tsx | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/packages/taler-wallet-webextension/src/wallet/Transaction.tsx 
b/packages/taler-wallet-webextension/src/wallet/Transaction.tsx
index fcedc12f0..4383dcc9a 100644
--- a/packages/taler-wallet-webextension/src/wallet/Transaction.tsx
+++ b/packages/taler-wallet-webextension/src/wallet/Transaction.tsx
@@ -972,9 +972,7 @@ export function TransactionView({
           text={transaction.exchangeBaseUrl as TranslatedString}
           kind="neutral"
         />
-        {transaction.txState.major === TransactionMajorState.Pending &&
-          transaction.txState.minor === TransactionMinorState.Ready &&
-          !transaction.error && (
+        {transaction.talerUri && (
             <Part
               title={i18n.str`URI`}
               text={<ShowQrWithCopy text={transaction.talerUri} />}

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