This commit is contained in:
wayanrivan
2025-05-12 22:03:45 +07:00
parent fd56025c47
commit 02fbcbc42e

View File

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