diff options
| author | Ashm Walia <ashmwalia@outlook.com> | 2021-01-19 11:36:56 -0800 |
|---|---|---|
| committer | Ashm Walia <ashmwalia@outlook.com> | 2021-01-19 11:36:56 -0800 |
| commit | c510ba308738fc88edb11772fe9db6ec4537427f (patch) | |
| tree | 86ca27286d50c35ec9a4b6362c8b42408ac85160 /src/store/initialStates.ts | |
| parent | bb885ff561e44e23f9fb27ba8aa18f4dce8c690e (diff) | |
Done
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 08dc7077..c7d2d704 100644 --- a/src/store/initialStates.ts +++ b/src/store/initialStates.ts @@ -41,6 +41,7 @@ export const NO_USER_DATA = { avatar: <string | null>'', cover: <string | null>'', isOnboardedUser: false, + newNotificationReceived: false, }; export const NO_FRIENDS_DATA = { |
