diff options
| author | Ivan Chen <ivan@tagg.id> | 2021-02-09 16:27:34 -0500 |
|---|---|---|
| committer | Ivan Chen <ivan@tagg.id> | 2021-02-11 17:46:32 -0500 |
| commit | 5db2a2b38225a143e23ab635dbecadfb424a4546 (patch) | |
| tree | 9d60d6378a0b52734bc6edc9db97bd3c6da95b8a /src/store/initialStates.ts | |
| parent | d494b27509066f4d1b61078f1fe6457f20d5f449 (diff) | |
added onboarded flag to store
Diffstat (limited to 'src/store/initialStates.ts')
| -rw-r--r-- | src/store/initialStates.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/store/initialStates.ts b/src/store/initialStates.ts index 93b1bc6e..31b39e82 100644 --- a/src/store/initialStates.ts +++ b/src/store/initialStates.ts @@ -22,6 +22,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, snapchat: '', tiktok: '', friendship_status: 'no_record', |
