From 5e869479c1a84c217e0d221f19a0c0b533f93f63 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Wed, 14 Oct 2020 12:15:45 +0200 Subject: [PATCH] Enable adding new points immediately --- State.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/State.ts b/State.ts index fcfc4e2..0647b38 100644 --- a/State.ts +++ b/State.ts @@ -27,7 +27,7 @@ export default class State { // The user journey states thresholds when a new feature gets unlocked public static userJourney = { - addNewPointsUnlock: 1, + addNewPointsUnlock: 0, moreScreenUnlock: 5, personalLayoutUnlock: 20, tagsVisibleAt: 100,