빌링
This commit is contained in:
@@ -73,7 +73,7 @@ export const ListItem = ({
|
||||
else if(transactionCategory === TransactionCategory.Billing){
|
||||
navigate(PATHS.transaction.billing.detail, {
|
||||
state: {
|
||||
billKey: billKey
|
||||
tid: tid,
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
@@ -461,8 +461,7 @@ export const AmountInfoSection = ({
|
||||
<div className="txn-doc">
|
||||
{
|
||||
((transactionCategory === TransactionCategory.CashReceipt) ||
|
||||
(transactionCategory === TransactionCategory.Escrow) ||
|
||||
(transactionCategory === TransactionCategory.Billing)) &&
|
||||
(transactionCategory === TransactionCategory.Escrow)) &&
|
||||
!!canDownloadReceipt &&
|
||||
<button
|
||||
className="doc-btn"
|
||||
|
||||
Reference in New Issue
Block a user