removing repeated summary & adding subtitle on transaction refunded
This commit is contained in:
parent
49948eea98
commit
6f2a301469
@ -70,6 +70,7 @@ export function TransactionItem(props: { tx: Transaction }): VNode {
|
|||||||
id={tx.transactionId}
|
id={tx.transactionId}
|
||||||
amount={tx.amountEffective}
|
amount={tx.amountEffective}
|
||||||
debitCreditIndicator={"credit"}
|
debitCreditIndicator={"credit"}
|
||||||
|
subtitle={tx.info.summary}
|
||||||
title={tx.info.merchant.name}
|
title={tx.info.merchant.name}
|
||||||
timestamp={tx.timestamp}
|
timestamp={tx.timestamp}
|
||||||
iconPath={"R"}
|
iconPath={"R"}
|
||||||
|
@ -575,7 +575,6 @@ export function TransactionView({
|
|||||||
kind="neutral"
|
kind="neutral"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<p>{transaction.info.summary}</p>
|
|
||||||
<div>
|
<div>
|
||||||
{transaction.info.products && transaction.info.products.length > 0 && (
|
{transaction.info.products && transaction.info.products.length > 0 && (
|
||||||
<ListOfProducts>
|
<ListOfProducts>
|
||||||
|
Loading…
Reference in New Issue
Block a user