Removed extraneous setState
Этот коммит содержится в:
@@ -71,11 +71,10 @@ module.exports = React.createClass({
|
|||||||
type: ActionTypes.RECIEVED_ERROR,
|
type: ActionTypes.RECIEVED_ERROR,
|
||||||
err: null
|
err: null
|
||||||
});
|
});
|
||||||
this.setState({ numPresses: 0 });
|
|
||||||
|
|
||||||
AsyncClient.updateLastViewedAt();
|
AsyncClient.updateLastViewedAt();
|
||||||
}
|
}
|
||||||
|
|
||||||
window.clearInterval(this.state.timerInterrupt);
|
window.clearInterval(this.state.timerInterrupt);
|
||||||
this.setState({ timerInterrupt: null });
|
this.setState({ timerInterrupt: null });
|
||||||
},
|
},
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user