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 #7749 show content of pos


From: gnunet
Subject: [taler-wallet-core] branch master updated: fix #7749 show content of pos confirmation literally
Date: Mon, 24 Apr 2023 23:00:04 +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 2f8de9ea8 fix #7749 show content of pos confirmation literally
2f8de9ea8 is described below

commit 2f8de9ea86cc1170b45e13fae6f0a66c7c4fd038
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Mon Apr 24 17:59:56 2023 -0300

    fix #7749 show content of pos confirmation literally
---
 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 c4f3beaf5..fc04df90e 100644
--- a/packages/taler-wallet-webextension/src/wallet/Transaction.tsx
+++ b/packages/taler-wallet-webextension/src/wallet/Transaction.tsx
@@ -635,7 +635,7 @@ export function TransactionView({
             alert={{
               type: "info",
               message: i18n.str`Confirmation code`,
-              description: transaction.posConfirmation as TranslatedString,
+              description: <pre>{transaction.posConfirmation}</pre>,
             }}
           />
         ) : undefined}

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