fix linting for walletAddress component
This commit is contained in:
parent
620950fabb
commit
79994e25ed
1 changed files with 4 additions and 1 deletions
|
@ -17,4 +17,7 @@ const perform = dispatch => ({
|
|||
getNewAddress: () => dispatch(doGetNewAddress()),
|
||||
});
|
||||
|
||||
export default connect(select, perform)(WalletAddress);
|
||||
export default connect(
|
||||
select,
|
||||
perform
|
||||
)(WalletAddress);
|
||||
|
|
Loading…
Add table
Reference in a new issue