diff options
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, |