Fix linting errors in address component
This commit is contained in:
parent
d1b4daebd2
commit
c7f66ab8e3
1 changed files with 6 additions and 3 deletions
|
@ -2,6 +2,9 @@ import { connect } from 'react-redux';
|
|||
import { doNotify } from 'lbry-redux';
|
||||
import Address from './view';
|
||||
|
||||
export default connect(null, {
|
||||
doNotify,
|
||||
})(Address);
|
||||
export default connect(
|
||||
null,
|
||||
{
|
||||
doNotify,
|
||||
}
|
||||
)(Address);
|
||||
|
|
Loading…
Add table
Reference in a new issue