diff --git a/client/src/tutorial.js b/client/src/tutorial.js index 3d8bc01a..2ad48bbd 100644 --- a/client/src/tutorial.js +++ b/client/src/tutorial.js @@ -107,7 +107,7 @@ function showTutorial(message, step, nextStep) { function tutorial() { function show(step) { const currentStage = window.localStorage.getItem('tutorial'); - if (currentStage === false) { + if (currentStage === 'none') { return false; }