Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1415a4e

Browse files
author
Artur Yorsh
committed
refactor(components): sign-up-2 lint issues
1 parent 2944e3e commit 1415a4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/auth/signUpForm2/signUpForm2.component.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@ class SignUpForm2Component extends React.Component<SignUpForm2Props, State> {
5252
};
5353

5454
public componentDidUpdate(prevProps: SignUpForm2Props, prevState: State) {
55-
55+
5656
if (!this.props.onDataChange) {
5757
return;
5858
}
59-
59+
6060
const oldFormValid: boolean = this.isValid(prevState);
6161
const newFormValid: boolean = this.isValid(this.state);
6262

0 commit comments

Comments
 (0)