@@ -201,7 +201,7 @@ class Home extends Component {
});
}
- componentDidCatch() {
+ componentWillUnmount() {
clearInterval(this.timer);
this.timer = null;