fix linting for walletBalance component
This commit is contained in:
parent
79994e25ed
commit
9f93843208
1 changed files with 4 additions and 1 deletions
|
@ -6,4 +6,7 @@ const select = state => ({
|
|||
balance: selectBalance(state),
|
||||
});
|
||||
|
||||
export default connect(select, null)(WalletBalance);
|
||||
export default connect(
|
||||
select,
|
||||
null
|
||||
)(WalletBalance);
|
||||
|
|
Loading…
Reference in a new issue