gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: taler uri check if undefined


From: gnunet
Subject: [taler-wallet-core] branch master updated: taler uri check if undefined
Date: Tue, 09 Jan 2024 18:42:02 +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 1826b9121 taler uri check if undefined
1826b9121 is described below

commit 1826b9121a0308aa0a7ac39a89ad7dc8ea2ae965
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Tue Jan 9 14:41:56 2024 -0300

    taler uri check if undefined
---
 packages/taler-wallet-webextension/src/wallet/Transaction.tsx | 1 +
 1 file changed, 1 insertion(+)

diff --git a/packages/taler-wallet-webextension/src/wallet/Transaction.tsx 
b/packages/taler-wallet-webextension/src/wallet/Transaction.tsx
index e7ab65722..d8ed38aa1 100644
--- a/packages/taler-wallet-webextension/src/wallet/Transaction.tsx
+++ b/packages/taler-wallet-webextension/src/wallet/Transaction.tsx
@@ -869,6 +869,7 @@ export function TransactionView({
         />
         {transaction.txState.major === TransactionMajorState.Pending &&
           transaction.txState.minor === TransactionMinorState.Ready &&
+          transaction.talerUri &&
           !transaction.error && (
             <Part
               title={i18n.str`URI`}

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