From 7ddf6cd35c0c7bdd15b534c19f86b030107748e6 Mon Sep 17 00:00:00 2001
From: Umar Adilov <99314948+adilovcode@users.noreply.github.com>
Date: Wed, 14 May 2025 17:45:25 +0500
Subject: [PATCH] Fixed issue with transaction table
---
src/widgets/transactions-table.tsx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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')}