formatting

This commit is contained in:
Mashy 2019-10-31 16:08:29 +10:00
parent 88194975ac
commit 5f2e73e373

View File

@ -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);
}