fix linting for transactionlistrecent component
This commit is contained in:
parent
d28fc1beea
commit
980184e7ce
1 changed files with 4 additions and 1 deletions
|
@ -17,4 +17,7 @@ const perform = dispatch => ({
|
|||
fetchTransactions: () => dispatch(doFetchTransactions()),
|
||||
});
|
||||
|
||||
export default connect(select, perform)(TransactionListRecent);
|
||||
export default connect(
|
||||
select,
|
||||
perform
|
||||
)(TransactionListRecent);
|
||||
|
|
Loading…
Reference in a new issue