pull/3094/head
Alex P 2018-03-28 12:31:44 -07:00 committed by Iris Scholten
parent 51a980b3ae
commit 54fd692fa7
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ class DashboardPage extends Component {
this.setState({windowHeight: window.innerHeight})
}
componentWillUnMount() {
componentWillUnmount() {
window.removeEventListener('resize', this.handleWindowResize, true)
}