diff --git a/client/src/events.jsx b/client/src/events.jsx index 22be4613..0cc1e4a0 100644 --- a/client/src/events.jsx +++ b/client/src/events.jsx @@ -212,9 +212,8 @@ function registerEvents(store) { if (v.phase === 'Finished') { ws.sendAccountInstances(); } - if (localStorage.getItem('tutorial-complete')){ + if (localStorage.getItem('tutorial-complete')) { store.dispatch(actions.setTutorial(null)); - } else if (v.time_control === 'Practice' && v.rounds.length === 1 && tutorial) { tutorialVbox(player, store, tutorial); }