commit 6f2a3014690acba23d6757fd180460e6b491b16a parent 49948eea98b9016446c6d4da3d757fc39860a8cc Author: Sebastian <sebasjm@gmail.com> Date: Thu, 17 Mar 2022 15:06:17 -0300 removing repeated summary & adding subtitle on transaction refunded Diffstat:
| M | packages/taler-wallet-webextension/src/components/TransactionItem.tsx | | | 1 | + |
| M | 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 @@ -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 @@ -575,7 +575,6 @@ export function TransactionView({ kind="neutral" /> - <p>{transaction.info.summary}</p> <div> {transaction.info.products && transaction.info.products.length > 0 && ( <ListOfProducts>