fix DN to donation on transfertype

This commit is contained in:
bagusajisaputroo
2025-05-13 21:57:34 +07:00
parent 93cd8d29b3
commit f923386f14

View File

@ -43,7 +43,8 @@ const typeLabelMap: Record<string, string> = {
DM: 'Disbursment Master Agent',
DA: 'Disbursment Agent',
WI: 'Withdraw Merchant',
IC: 'Income Merchant'
IC: 'Income Merchant',
DN: 'Donation'
};
const ListToolbar = () => {