pull/307/merge
zeref31 7 months ago committed by GitHub
commit bcd2074e6f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save