feat: add edit locking transactions.

This commit is contained in:
elforjani13
2021-12-14 22:05:17 +02:00
parent 7cd2b1c533
commit 92cff82184
10 changed files with 73 additions and 19 deletions

View File

@@ -64,7 +64,7 @@ export const statusAccessor = (row) => {
animate={false}
stripes={false}
intent={Intent.PRIMARY}
value={calculateStatus(row.credited_amount, row.balance)}
value={calculateStatus(row.balance_amount, row.balance)}
/>
</If>
</Choose.When>