rename operation type

This commit is contained in:
smanylov
2026-03-11 18:27:38 +07:00
parent 9fbb74ba60
commit 8b56e3da21
4 changed files with 10 additions and 4 deletions
@@ -123,7 +123,7 @@ export default function PaymentTabTransactionHistory() {
),
cell: ({ row }) => (
<div className="text-center table-item">
{row.original.operationType}
{row.original.operationType === 'TOKEN'? t('purchasing-tokens') : t('payment-of-the-tariff')}
</div>
),
},