Merge pull request #893 from ubavic/fix/download_transactions_log

fix: download transaction log
This commit is contained in:
Rafael Taranto 2021-11-11 18:32:29 +00:00 committed by GitHub
commit a0b6a4455c
2 changed files with 3 additions and 1 deletions

View file

@ -281,6 +281,8 @@ const Transactions = () => {
query={GET_TRANSACTIONS_CSV}
getLogs={logs => R.path(['transactionsCsv'])(logs)}
simplified
timezone={timezone}
args={{ timezone }}
/>
</div>
)}