Skip to content

Commit 5485067

Browse files
committed
Remove unused code
1 parent 2bbf17d commit 5485067

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/common/components/forms/user/RegisterForm.js

-2
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ class RegisterForm extends Component {
7878
asyncValidating,
7979
submitting,
8080
invalid,
81-
registerForm: { values },
8281
} = this.props;
8382

8483
return (
@@ -144,5 +143,4 @@ export default reduxForm({
144143
asyncBlurFields: ['email'],
145144
})(connect(state => ({
146145
apiEngine: state.apiEngine,
147-
registerForm: state.form[FormNames.USER_REGISTER],
148146
}))(RegisterForm));

0 commit comments

Comments
 (0)