Fix typo
parent
51a980b3ae
commit
54fd692fa7
|
@ -105,7 +105,7 @@ class DashboardPage extends Component {
|
||||||
this.setState({windowHeight: window.innerHeight})
|
this.setState({windowHeight: window.innerHeight})
|
||||||
}
|
}
|
||||||
|
|
||||||
componentWillUnMount() {
|
componentWillUnmount() {
|
||||||
window.removeEventListener('resize', this.handleWindowResize, true)
|
window.removeEventListener('resize', this.handleWindowResize, true)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue