typo
This commit is contained in:
parent
f0e608a209
commit
76693c71bd
@ -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);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user