aboutsummaryrefslogtreecommitdiff
path: root/src/store/initialStates.ts
diff options
context:
space:
mode:
authorIvan Chen <ivan@tagg.id>2021-07-23 18:52:28 -0400
committerGitHub <noreply@github.com>2021-07-23 18:52:28 -0400
commite39fcbd9e35f6a5e36afe248e24bea0dd3859202 (patch)
tree91509301e137497056886b053022c16ea81c4b0d /src/store/initialStates.ts
parentb06b93e77ca7ec1b1107c0a58dbc2dd370208ccf (diff)
parentd5eabf15913597fc61127d7b501d271cdeac683c (diff)
Merge pull request #521 from IvanIFChen/tma962-moment-upload-progress-bar
[TMA-962] Moment Upload Progress Bar
Diffstat (limited to 'src/store/initialStates.ts')
-rw-r--r--src/store/initialStates.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/store/initialStates.ts b/src/store/initialStates.ts
index 92a1e456..7d8cf439 100644
--- a/src/store/initialStates.ts
+++ b/src/store/initialStates.ts
@@ -10,6 +10,7 @@ import {
import {
CommentThreadType,
MomentPostType,
+ MomentUploadProgressBarType,
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,
+ momentUploadProgressBar: <MomentUploadProgressBarType | undefined>undefined,
isOnboardedUser: false,
newVersionAvailable: false,
newNotificationReceived: false,