Update index.js
This commit is contained in:
parent
1ebde46a5d
commit
af7175c745
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ class IndexPage extends React.Component {
|
|||
loaded: false
|
||||
}
|
||||
this.componentDidMount = () => {
|
||||
this.setState({ loaded: false })
|
||||
this.setState({ loaded: true })
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue