fix: always show tx filter
This commit is contained in:
parent
9931556049
commit
1bb0973c26
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ class TransactionList extends React.PureComponent<Props> {
|
||||||
<p className="card__content">{emptyMessage || __('No transactions to list.')}</p>
|
<p className="card__content">{emptyMessage || __('No transactions to list.')}</p>
|
||||||
)}
|
)}
|
||||||
{!slim &&
|
{!slim &&
|
||||||
!!transactionList.length && (
|
!!transactions.length && (
|
||||||
<div className="card__actions card__actions--between">
|
<div className="card__actions card__actions--between">
|
||||||
<FileExporter
|
<FileExporter
|
||||||
data={transactionList}
|
data={transactionList}
|
||||||
|
|
Loading…
Reference in a new issue