Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/containers/SignUpPage/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class SignUpPage extends Component {
};

onClickToSignup = (e) => {
e.preventDefault();


const { name, email, cpf, password, confirmPassword } = this.state.form

Expand Down
3 changes: 1 addition & 2 deletions src/containers/SignupPageAddress/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,7 @@ class SignUpPageAddress extends Component {
return (
<div>
<AppBarComponent
imageDisplay={true}
onClickButton={this.props.goToLoginPage} /*verificar */
imageDisplay={false}
/>
<FormDiv>
<FormSection onSubmit={this.onClickToSaveAddress}>
Expand Down
2 changes: 1 addition & 1 deletion src/style/styled.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const ImgContainer = styled.div`
display: flex;
flex-direction: column;
align-items: center;
margin-top: 20px;
margin-top: 55px;
justify-content:center;
`

Expand Down