gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: removing repeated summary & a


From: gnunet
Subject: [taler-wallet-core] branch master updated: removing repeated summary & adding subtitle on transaction refunded
Date: Thu, 17 Mar 2022 19:06:25 +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 6f2a3014 removing repeated summary & adding subtitle on transaction 
refunded
6f2a3014 is described below

commit 6f2a3014690acba23d6757fd180460e6b491b16a
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Thu Mar 17 15:06:17 2022 -0300

    removing repeated summary & adding subtitle on transaction refunded
---
 packages/taler-wallet-webextension/src/components/TransactionItem.tsx | 1 +
 packages/taler-wallet-webextension/src/wallet/Transaction.tsx         | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/packages/taler-wallet-webextension/src/components/TransactionItem.tsx 
b/packages/taler-wallet-webextension/src/components/TransactionItem.tsx
index 42afe5ea..12ed4139 100644
--- a/packages/taler-wallet-webextension/src/components/TransactionItem.tsx
+++ b/packages/taler-wallet-webextension/src/components/TransactionItem.tsx
@@ -70,6 +70,7 @@ export function TransactionItem(props: { tx: Transaction }): 
VNode {
           id={tx.transactionId}
           amount={tx.amountEffective}
           debitCreditIndicator={"credit"}
+          subtitle={tx.info.summary}
           title={tx.info.merchant.name}
           timestamp={tx.timestamp}
           iconPath={"R"}
diff --git a/packages/taler-wallet-webextension/src/wallet/Transaction.tsx 
b/packages/taler-wallet-webextension/src/wallet/Transaction.tsx
index e60c8f4f..b367416f 100644
--- a/packages/taler-wallet-webextension/src/wallet/Transaction.tsx
+++ b/packages/taler-wallet-webextension/src/wallet/Transaction.tsx
@@ -575,7 +575,6 @@ export function TransactionView({
           kind="neutral"
         />
 
-        <p>{transaction.info.summary}</p>
         <div>
           {transaction.info.products && transaction.info.products.length > 0 
&& (
             <ListOfProducts>

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