diff options
Diffstat (limited to 'src/store')
| -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 47ab8f39..02331eb6 100644 --- a/src/store/initialStates.ts +++ b/src/store/initialStates.ts @@ -17,7 +17,7 @@ export const NO_PROFILE: ProfileInfoType = { 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, |
