diff options
| author | Ivan Chen <ivan@thetaggid.com> | 2021-02-11 17:27:30 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-11 17:27:30 -0500 |
| commit | d494b27509066f4d1b61078f1fe6457f20d5f449 (patch) | |
| tree | 2418b7e9ff40fbb6d51124644065ead0a6f24e8b /src/store/initialStates.ts | |
| parent | 2561d20e17a697726d6b77accf79c9da2d1f6ef6 (diff) | |
| parent | eeac3efd296656a0ef0a1e5797fec7c9955c7a12 (diff) | |
Merge pull request #239 from shravyaramesh/tma641-animation-tutorial
[TMA-641] Suggested People: Swipe Up Animation Tutorial
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 6ca133e0..93b1bc6e 100644 --- a/src/store/initialStates.ts +++ b/src/store/initialStates.ts @@ -21,6 +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, snapchat: '', tiktok: '', friendship_status: 'no_record', |
