From 52e67e49d0d5e6ea9882986bde761f35a167bdcd Mon Sep 17 00:00:00 2001 From: Mashy Date: Sun, 27 Oct 2019 20:18:49 +1000 Subject: [PATCH] actually reset tutorial (if in prog) --- client/src/components/instance.ctrl.top.btns.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/instance.ctrl.top.btns.jsx b/client/src/components/instance.ctrl.top.btns.jsx index 3f01aea8..efb1a75b 100644 --- a/client/src/components/instance.ctrl.top.btns.jsx +++ b/client/src/components/instance.ctrl.top.btns.jsx @@ -17,7 +17,7 @@ const addState = connect( return { instance, - + tutorial, sendAbandon, }; },