fix: add an args attribute to the component

fix: add a missing argument to the batch function call
This commit is contained in:
Nikola Ubavic 2021-10-20 18:30:02 +02:00
parent ff474ee507
commit be6694b280
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>
)}