aboutsummaryrefslogtreecommitdiff
path: root/src/store/initialStates.ts
diff options
context:
space:
mode:
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 4da53c2e..2a5b76db 100644
--- a/src/store/initialStates.ts
+++ b/src/store/initialStates.ts
@@ -43,6 +43,7 @@ export const NO_USER_DATA = {
avatar: <string | null>'',
cover: <string | null>'',
isOnboardedUser: false,
+ newNotificationReceived: false,
};
export const NO_FRIENDS_DATA = {