update transaction history
This commit is contained in:
@ -156,7 +156,7 @@ const TransactionProvider = ({ children }: { children: React.ReactNode }) => {
|
||||
const purchase = "T-PAY";
|
||||
const transfer = row?.transfer?.destination_name;
|
||||
|
||||
return purchase ?? transfer;
|
||||
return transfer ?? purchase;
|
||||
},
|
||||
id: 'destination_customer.fullname',
|
||||
header: ({ column }) => (
|
||||
|
||||
Reference in New Issue
Block a user