update
This commit is contained in:
@ -77,7 +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';
|
||||
case 'E': return 'REWARD';
|
||||
default: return '_';
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user