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

Commit 3544b0c

Browse files
committed
Merge branch 'master' of github.com:jippi/hashi-ui
2 parents 6d3a35f + a1c8a95 commit 3544b0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/src/components/JobList/JobList.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -124,11 +124,11 @@ class JobList extends Component {
124124
}
125125

126126
componentDidMount = () => {
127-
window.addEventListener("resize", this.resizeHandler)
127+
window.addEventListener("resize", this.updateDimensions)
128128
}
129129

130130
componentWillUnmount = () => {
131-
window.removeEventListener("resize", this.resizeHandler)
131+
window.removeEventListener("resize", this.updateDimensions)
132132
}
133133

134134
render() {

0 commit comments

Comments
 (0)