Merge branch 'tutorial-builder'

This commit is contained in:
Delucse
2020-09-22 11:57:02 +02:00
5 changed files with 5 additions and 6 deletions
-1
View File
@@ -244,7 +244,6 @@ export const resetTutorial = () => (dispatch, getState) => {
export const readJSON = (json) => (dispatch, getState) => {
dispatch(resetTutorial());
console.log(json.steps.map(() => {return {};}));
dispatch({
type: BUILDER_ERROR,
payload: {