fix: add an args attribute to the component
fix: add a missing argument to the batch function call
This commit is contained in:
parent
ff474ee507
commit
be6694b280
2 changed files with 3 additions and 1 deletions
|
|
@ -281,6 +281,8 @@ const Transactions = () => {
|
|||
query={GET_TRANSACTIONS_CSV}
|
||||
getLogs={logs => R.path(['transactionsCsv'])(logs)}
|
||||
simplified
|
||||
timezone={timezone}
|
||||
args={{ timezone }}
|
||||
/>
|
||||
</div>
|
||||
)}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue