Этот коммит содержится в:
Reed Garmsen
2015-07-10 08:40:38 -07:00
родитель d2e046a98c
Коммит 184eac99dd

Просмотреть файл

@@ -71,11 +71,10 @@ module.exports = React.createClass({
type: ActionTypes.RECIEVED_ERROR,
err: null
});
this.setState({ numPresses: 0 });
AsyncClient.updateLastViewedAt();
}
window.clearInterval(this.state.timerInterrupt);
this.setState({ timerInterrupt: null });
},