Enable adding new points immediately

This commit is contained in:
Pieter Vander Vennet 2020-10-14 12:15:45 +02:00
parent feab5a19b3
commit 5e869479c1

View file

@ -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,