diff options
| author | ankit-thanekar007 <ankit.thanekar007@gmail.com> | 2021-03-24 16:09:45 -0700 |
|---|---|---|
| committer | ankit-thanekar007 <ankit.thanekar007@gmail.com> | 2021-03-24 16:11:32 -0700 |
| commit | 8ce46790a8d12df6738d8ac17462ba57e2b0e6b9 (patch) | |
| tree | f58987fd342e466403bdbd00146a98189bd4fc4f /src/store/initialStates.ts | |
| parent | 592cb776068b2f1daf90755e04b33cdeba2bb947 (diff) | |
Cornell Changes
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 b43e4a1d..e1b4b127 100644 --- a/src/store/initialStates.ts +++ b/src/store/initialStates.ts @@ -18,7 +18,7 @@ export const NO_PROFILE: ProfileType = { gender: '', birthday: undefined, university_class: 2021, - + university: undefined, //Default to an invalid value and ignore it gracefully while showing tutorials / popups. profile_completion_stage: -1, suggested_people_linked: -1, |
