diff options
| author | Ivan Chen <ivan@thetaggid.com> | 2021-02-11 12:23:03 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-11 12:23:03 -0500 |
| commit | d768712304ccdb016f8bef2a122fd25c01710a67 (patch) | |
| tree | bad1bc9b04b91d4ae983343dad9971ab73d3071a /src/store/initialStates.ts | |
| parent | 0e9456692e9d0d0d0e8da483549b386c9af8df55 (diff) | |
| parent | 952eb1b9b58362cc4ead737554872197ae8a89b1 (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.ts | 1 |
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, }; |
