diff --git a/shared/containers/SignupView/SignupView.jsx b/shared/containers/SignupView/SignupView.jsx index 4c31fc1c..00018e9e 100644 --- a/shared/containers/SignupView/SignupView.jsx +++ b/shared/containers/SignupView/SignupView.jsx @@ -7,7 +7,6 @@ import SignupForm from '../../components/SignupForm/SignupForm' class SignupView extends React.Component { render() { - const {fields: { username, email, password, confirmPassword }, handleSubmit} = this.props; return ( )