Skip to content
This repository has been archived by the owner on Feb 26, 2023. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:jippi/hashi-ui
Browse files Browse the repository at this point in the history
  • Loading branch information
jippi committed Feb 21, 2020
2 parents 6d3a35f + a1c8a95 commit 3544b0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/JobList/JobList.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,11 +124,11 @@ class JobList extends Component {
}

componentDidMount = () => {
window.addEventListener("resize", this.resizeHandler)
window.addEventListener("resize", this.updateDimensions)
}

componentWillUnmount = () => {
window.removeEventListener("resize", this.resizeHandler)
window.removeEventListener("resize", this.updateDimensions)
}

render() {
Expand Down

0 comments on commit 3544b0c

Please sign in to comment.