Update 12_forms.md

Not using variable even when created a reusable variable
pull/307/head
zeref31 2 years ago committed by GitHub
parent 8b41cd49c3
commit ab3184cdf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -123,7 +123,7 @@ class App extends Component {
value={firstName} value={firstName}
onChange={this.handleChange} onChange={this.handleChange}
/> />
<h1>{this.state.firstName}</h1> <h1>{firstName}</h1>
</div> </div>
) )
} }

Loading…
Cancel
Save