diff --git a/src/widgets/transactions-table.tsx b/src/widgets/transactions-table.tsx
index 596ff81..34bc0d2 100644
--- a/src/widgets/transactions-table.tsx
+++ b/src/widgets/transactions-table.tsx
@@ -204,10 +204,10 @@ export const TransactionsTable = ({
{transaction.product_name}
- {transaction.price_real}
+ {transaction.amount}
- {transaction.amount} {t('corporate.currency')}
+ {transaction.price_real} {t('corporate.currency')}
{transaction.sum_real} {t('corporate.currency')}