From 42bf2a058a00f292f4a675072db2592934e62b75 Mon Sep 17 00:00:00 2001 From: ntr Date: Sat, 22 Dec 2018 01:23:33 +1100 Subject: [PATCH] another one' ' --- client/src/tutorial.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }