Update 08_states.md

Extra line of code on line 205 'const count = this.state.count' was removed
pull/107/head
Abhisek 4 years ago committed by GitHub
parent 8bc961899c
commit 65fc5a010f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -201,8 +201,6 @@ class App extends React.Component {
}
render() {
// accessing the state value
const count = this.state.count
return (
<div className='App'>
<h1>30 Days Of React</h1>

Loading…
Cancel
Save