From 8b61cdf32ef654da16c3dbe0bd0deed2326fb646 Mon Sep 17 00:00:00 2001 From: Ashm Walia Date: Tue, 19 Jan 2021 23:28:25 -0800 Subject: Popup fix --- src/store/initialStates.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/store/initialStates.ts b/src/store/initialStates.ts index 08dc7077..4da53c2e 100644 --- a/src/store/initialStates.ts +++ b/src/store/initialStates.ts @@ -17,7 +17,9 @@ export const NO_PROFILE: ProfileType = { gender: '', birthday: undefined, university_class: 2021, - profile_completion_stage: 1, + + //Default to an invalid value and ignore it gracefully while showing tutorials / popups. + profile_completion_stage: -1, snapchat: '', tiktok: '', friendship_status: 'no_record', -- cgit v1.2.3-70-g09d2