This commit is contained in:
Cássio Zen 2016-09-06 15:18:48 -03:00
parent f0e608a209
commit 76693c71bd

View File

@ -12,7 +12,7 @@ export default class Loader extends React.Component {
this.renderChild = this.renderChild.bind(this); this.renderChild = this.renderChild.bind(this);
} }
componengWillUnmount() { componentWillUnmount() {
if (this.interval) { if (this.interval) {
clearInterval(this.interval); clearInterval(this.interval);
} }