Skip to content

Commit 5f00756

Browse files
authored
Update Readme.md
1 parent 3c3dc39 commit 5f00756

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hooks/14_FormValidation/Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ _./src/pages/loginPage.tsx_
184184
onLogin={onLogin}
185185
onUpdateField={onUpdateLoginField}
186186
loginInfo={loginInfo}
187-
+ loginFormErrors={this.state.loginFormErrors}
187+
+ loginFormErrors={loginFormErrors}
188188
/>
189189
```
190190

0 commit comments

Comments
 (0)