diff options
author | Ivan Chen <ivan@tagg.id> | 2021-07-20 17:35:20 -0400 |
---|---|---|
committer | Ivan Chen <ivan@tagg.id> | 2021-07-20 17:35:20 -0400 |
commit | 142c84c7c45411b9badf7da3182c9e4bd0e96e38 (patch) | |
tree | ccbdff21ab93e6b82ce0887af1d13bca72ae184d /src/store/initialStates.ts | |
parent | 7d57106ae614e42ea1d7d871a098e0acefc83762 (diff) |
Add gradient progress bar
Diffstat (limited to 'src/store/initialStates.ts')
-rw-r--r-- | src/store/initialStates.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/store/initialStates.ts b/src/store/initialStates.ts index 92a1e456..5ae62838 100644 --- a/src/store/initialStates.ts +++ b/src/store/initialStates.ts @@ -10,6 +10,7 @@ import { import { CommentThreadType, MomentPostType, + MomentUploadStatusType, UniversityType, } from './../types/types'; @@ -48,6 +49,7 @@ export const NO_USER_DATA = { profile: <ProfileInfoType>NO_PROFILE, avatar: <string | undefined>undefined, cover: <string | undefined>undefined, + momentUploadStatus: <MomentUploadStatusType>MomentUploadStatusType.Empty, isOnboardedUser: false, newVersionAvailable: false, newNotificationReceived: false, |