Enable adding new points immediately
This commit is contained in:
parent
feab5a19b3
commit
5e869479c1
1 changed files with 1 additions and 1 deletions
2
State.ts
2
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,
|
||||
|
|
Loading…
Reference in a new issue