aboutsummaryrefslogtreecommitdiff
path: root/src/store/initialStates.ts
diff options
context:
space:
mode:
authorIvan Chen <ivan@tagg.id>2021-02-12 19:31:32 -0500
committerIvan Chen <ivan@tagg.id>2021-02-12 19:31:32 -0500
commit5cdde33f9c35c1d26f47d0a71ee75c635a94ee49 (patch)
tree8edbe5cce80696e7a3aaf98e463acca4c8ba7c21 /src/store/initialStates.ts
parentdfff52bb9c7e8a284e465cd90a61ada94a8d6a4e (diff)
now using suggested_people_linked, moved things around
Diffstat (limited to 'src/store/initialStates.ts')
-rw-r--r--src/store/initialStates.ts3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/store/initialStates.ts b/src/store/initialStates.ts
index 31b39e82..10fdad25 100644
--- a/src/store/initialStates.ts
+++ b/src/store/initialStates.ts
@@ -21,8 +21,7 @@ export const NO_PROFILE: ProfileType = {
//Default to an invalid value and ignore it gracefully while showing tutorials / popups.
profile_completion_stage: -1,
- sp_swipe_tutorial: 0,
- onboarded_sugggested_people: false,
+ suggested_people_linked: -1,
snapchat: '',
tiktok: '',
friendship_status: 'no_record',