Patch for the export feature #1163

Merged
btzr-io merged 14 commits from export-data into master 2018-03-22 16:43:35 +01:00
Showing only changes of commit 11562b6a97 - Show all commits

View file

@ -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) && (