Patch for the export feature #1163
1 changed files with 2 additions and 1 deletions
|
@ -48,8 +48,9 @@ class TransactionList extends React.PureComponent {
|
|||
<FileExporter
|
||||
data={transactionList}
|
||||
name={__('lbry-transactions')}
|
||||
title={__('Export Transactions')}
|
||||
label={__('Export')}
|
||||
title={__('Export Transactions')}
|
||||
filters={['nout']}
|
||||
/>
|
||||
)}
|
||||
{(transactionList.length || this.state.filter) && (
|
||||
|
|
Loading…
Add table
Reference in a new issue