Linting/address #2066

Merged
amelzer merged 2 commits from linting/address into master 2018-10-28 19:32:52 +01:00
Showing only changes of commit c7f66ab8e3 - Show all commits

View file

@ -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);