aboutsummaryrefslogtreecommitdiff
path: root/src/store/initialStates.ts
diff options
context:
space:
mode:
authorIvan Chen <ivan@tagg.id>2021-06-07 17:53:27 -0400
committerGitHub <noreply@github.com>2021-06-07 17:53:27 -0400
commit5ef5b0776cbbde697919308bbfbab2aed00ca493 (patch)
tree0180365917b8483c660435381fb1e83393caee45 /src/store/initialStates.ts
parent63c5de57ea2989fd2b66211a06b51bb42c5d20ea (diff)
parentc18b2436897cd92e7a33c33c75e13dba1fec8ffe (diff)
Merge pull request #455 from IvanIFChen/tma878-profile-badges
[TMA-878] Profile Badges
Diffstat (limited to 'src/store/initialStates.ts')
-rw-r--r--src/store/initialStates.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/store/initialStates.ts b/src/store/initialStates.ts
index e0f9d776..e2902a2d 100644
--- a/src/store/initialStates.ts
+++ b/src/store/initialStates.ts
@@ -1,4 +1,4 @@
-import {CommentThreadType} from './../types/types';
+import {CommentThreadType, UniversityType} from './../types/types';
import {
MomentType,
NotificationType,
@@ -17,7 +17,7 @@ export const NO_PROFILE: ProfileInfoType = {
gender: '',
birthday: undefined,
university_class: 2021,
- university: undefined,
+ university: UniversityType.Empty,
badges: [],
//Default to an invalid value and ignore it gracefully while showing tutorials / popups.
profile_completion_stage: -1,