Don't flash next question before video in hikes

This commit is contained in:
Anton Strömkvist
2016-03-13 17:00:24 +01:00
parent 56d4ee808d
commit 28a52f517d

View File

@ -80,7 +80,7 @@ export default handleActions(
[types.goToNextHike]: state => ({
...state,
currentHike: findNextHikeName(state.hikes, state.currentHike),
showQuestions: false,
shouldShowQuestions: false,
currentQuestion: 1,
mouse: [ 0, 0 ]
}),