From 88433cda2938a2fa4f6bf3e4b2282fe0095dfe71 Mon Sep 17 00:00:00 2001 From: Shravya Ramesh Date: Thu, 11 Feb 2021 07:01:41 -0800 Subject: Add sp_swipe_tutorial to ProfileType: --- src/store/initialStates.ts | 1 + src/types/types.ts | 1 + 2 files changed, 2 insertions(+) (limited to 'src') diff --git a/src/store/initialStates.ts b/src/store/initialStates.ts index 8d137a5d..aa391713 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', diff --git a/src/types/types.ts b/src/types/types.ts index 7fccaa44..fe16fb8e 100644 --- a/src/types/types.ts +++ b/src/types/types.ts @@ -23,6 +23,7 @@ export interface ProfileType { gender: string; university_class: number; profile_completion_stage: number; + sp_swipe_tutorial: number; birthday: Date | undefined; snapchat: string; tiktok: string; -- cgit v1.2.3-70-g09d2