feat: display fee on admin

This commit is contained in:
Rafael Taranto 2024-01-07 21:34:23 +00:00
parent c3c5292123
commit 1bbd68f429
6 changed files with 25 additions and 3 deletions

View file

@ -172,7 +172,7 @@ function advancedBatch (data) {
}
function simplifiedBatch (data) {
const fields = ['txClass', 'id', 'created', 'machineName',
const fields = ['txClass', 'id', 'created', 'machineName', 'fee',
'cryptoCode', 'cryptoAtoms', 'fiat', 'fiatCode', 'phone', 'toAddress',
'txHash', 'dispense', 'error', 'status', 'fiatProfit', 'cryptoAmount']