This commit is contained in:
wayanrivan
2025-05-12 21:11:48 +07:00
parent 777a326c64
commit a0983b9ef5
3 changed files with 4 additions and 0 deletions

View File

@ -77,6 +77,7 @@ const TransactionProvider = ({ children }: { children: React.ReactNode }) => {
case 'U': return 'TOP UP';
case 'R': return 'RETURN';
case 'N': return 'TOP UP PARTNER';
case 'R': return 'REWARD';
default: return '_';
}
},