Skip to content

Commit

Permalink
Make test pass – clear the right timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
bruceharris committed Dec 6, 2017
1 parent e8e4dca commit 113608d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/LoadingIndicator.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default class LoadingIndicator extends Component {
}

componentWillUnmount() {
clearTimeout();
clearTimeout(this._delayTimer);
}

render() {
Expand Down

0 comments on commit 113608d

Please sign in to comment.