diff options
| author | Ivan Chen <ivan@tagg.id> | 2021-03-27 20:30:36 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-27 20:30:36 -0400 |
| commit | 67fb6f5cae06dfbcb359dd6468cb66ad85fa230d (patch) | |
| tree | eaf092811d5be72e89e4dec9942dc59a1f8a0211 /src/store | |
| parent | bef5728b24a71d1bf327a72e425346020a997037 (diff) | |
| parent | bf0a2abf8bab333ff0d87bc07002e6f96199ce3b (diff) | |
Merge pull request #330 from ankit-thanekar007/tma-722-cornell-fe
[TMA 722] : Cornell FrontEnd changes
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, |
