Update index.js

This commit is contained in:
Waylon Walker 2020-03-01 08:49:59 -06:00 committed by GitHub
parent 1ebde46a5d
commit af7175c745
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ class IndexPage extends React.Component {
loaded: false
}
this.componentDidMount = () => {
this.setState({ loaded: false })
this.setState({ loaded: true })
}
}