fix linting for walletBalance component

This commit is contained in:
Anna Melzer 2018-10-31 17:50:34 +01:00
parent 79994e25ed
commit 9f93843208

View file

@ -6,4 +6,7 @@ const select = state => ({
balance: selectBalance(state),
});
export default connect(select, null)(WalletBalance);
export default connect(
select,
null
)(WalletBalance);