fix linting for transactionlistrecent component

This commit is contained in:
Anna Melzer 2018-10-31 17:48:30 +01:00
parent d28fc1beea
commit 980184e7ce

View file

@ -17,4 +17,7 @@ const perform = dispatch => ({
fetchTransactions: () => dispatch(doFetchTransactions()),
});
export default connect(select, perform)(TransactionListRecent);
export default connect(
select,
perform
)(TransactionListRecent);