fix linting for walletSend component
This commit is contained in:
parent
9f93843208
commit
14ef8acc95
1 changed files with 4 additions and 1 deletions
|
@ -10,4 +10,7 @@ const select = state => ({
|
|||
balance: selectBalance(state),
|
||||
});
|
||||
|
||||
export default connect(select, perform)(WalletSend);
|
||||
export default connect(
|
||||
select,
|
||||
perform
|
||||
)(WalletSend);
|
||||
|
|
Loading…
Add table
Reference in a new issue