feat: move accounts data-table component to components file.

This commit is contained in:
Ahmed Bouhuolia
2020-11-24 11:34:28 +02:00
parent 9779591029
commit 431a6be377
6 changed files with 42 additions and 85 deletions

View File

@@ -31,7 +31,7 @@ const AmountPopoverContentLineRender = ({
</Choose.When>
<Choose.When condition={isCredit}>
<div class={'ml1'}>
<div>
D. <Money amount={journalEntry.credit} currency={'USD'} /> USD -{' '}
{account.name} <If condition={account.code}>({account.code})</If>
</div>