diff options
| author | Ivan Chen <ivan@thetaggid.com> | 2021-02-18 14:16:23 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-18 14:16:23 -0500 |
| commit | 2bb7b351a0e509beb9e6d87364471599af402db2 (patch) | |
| tree | fe23f63de28c4f472805f952a1422a72e7c3b8a0 /src/store/initialStates.ts | |
| parent | 99db144ce20fd5f1502f668795ae7cafbc5b2eae (diff) | |
| parent | 04b998e6cca0d76c391b91403172c53f276db64a (diff) | |
Merge pull request #236 from IvanIFChen/tma626-people-tutorial
[TMA-626] Suggested People Tutorial (First 3 Screens)
Diffstat (limited to 'src/store/initialStates.ts')
| -rw-r--r-- | src/store/initialStates.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/store/initialStates.ts b/src/store/initialStates.ts index 93b1bc6e..10fdad25 100644 --- a/src/store/initialStates.ts +++ b/src/store/initialStates.ts @@ -21,7 +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, + suggested_people_linked: -1, snapchat: '', tiktok: '', friendship_status: 'no_record', |
