diff options
Diffstat (limited to 'src/store/initialStates.ts')
-rw-r--r-- | src/store/initialStates.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/store/initialStates.ts b/src/store/initialStates.ts index aa391713..93b1bc6e 100644 --- a/src/store/initialStates.ts +++ b/src/store/initialStates.ts @@ -45,6 +45,7 @@ export const NO_USER_DATA = { avatar: <string | null>'', cover: <string | null>'', isOnboardedUser: false, + newVersionAvailable: false, newNotificationReceived: false, replyPosted: <CommentThreadType | undefined>undefined, }; |