aboutsummaryrefslogtreecommitdiff
path: root/src/store/initialStates.ts
diff options
context:
space:
mode:
authorIvan Chen <ivan@thetaggid.com>2021-02-11 12:23:03 -0500
committerGitHub <noreply@github.com>2021-02-11 12:23:03 -0500
commitd768712304ccdb016f8bef2a122fd25c01710a67 (patch)
treebad1bc9b04b91d4ae983343dad9971ab73d3071a /src/store/initialStates.ts
parent0e9456692e9d0d0d0e8da483549b386c9af8df55 (diff)
parent952eb1b9b58362cc4ead737554872197ae8a89b1 (diff)
Merge pull request #232 from IvanIFChen/tma639-new-version-available
[TMA-639] New Version Available
Diffstat (limited to 'src/store/initialStates.ts')
-rw-r--r--src/store/initialStates.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/store/initialStates.ts b/src/store/initialStates.ts
index 8d137a5d..6ca133e0 100644
--- a/src/store/initialStates.ts
+++ b/src/store/initialStates.ts
@@ -44,6 +44,7 @@ export const NO_USER_DATA = {
avatar: <string | null>'',
cover: <string | null>'',
isOnboardedUser: false,
+ newVersionAvailable: false,
newNotificationReceived: false,
replyPosted: <CommentThreadType | undefined>undefined,
};