Fixed issue with transaction table
This commit is contained in:
parent
69c2e898cf
commit
7ddf6cd35c
@ -204,10 +204,10 @@ export const TransactionsTable = ({
|
|||||||
</TableCell>
|
</TableCell>
|
||||||
<TableCell>{transaction.product_name}</TableCell>
|
<TableCell>{transaction.product_name}</TableCell>
|
||||||
<TableCell className='text-right'>
|
<TableCell className='text-right'>
|
||||||
{transaction.price_real}
|
{transaction.amount}
|
||||||
</TableCell>
|
</TableCell>
|
||||||
<TableCell className='text-right'>
|
<TableCell className='text-right'>
|
||||||
{transaction.amount} {t('corporate.currency')}
|
{transaction.price_real} {t('corporate.currency')}
|
||||||
</TableCell>
|
</TableCell>
|
||||||
<TableCell className='text-right font-medium'>
|
<TableCell className='text-right font-medium'>
|
||||||
{transaction.sum_real} {t('corporate.currency')}
|
{transaction.sum_real} {t('corporate.currency')}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user