aboutsummaryrefslogtreecommitdiff
path: root/src/store/initialStates.ts
diff options
context:
space:
mode:
authorIvan Chen <ivan@tagg.id>2021-02-23 16:21:40 -0500
committerIvan Chen <ivan@tagg.id>2021-02-23 16:21:40 -0500
commit3978bd82db12a4606ebb9a60c15352fb14ee0055 (patch)
tree75ab957f75511c3cb096016ca73466fd33f27b19 /src/store/initialStates.ts
parent941594566dbb6547f8fca2c107aa86dd6cf609a0 (diff)
added sp image to store for profile preview, using React.memo to prevent UI updates
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 408de39e..4b61a2b1 100644
--- a/src/store/initialStates.ts
+++ b/src/store/initialStates.ts
@@ -47,6 +47,7 @@ export const NO_USER_DATA = {
isOnboardedUser: false,
newVersionAvailable: false,
newNotificationReceived: false,
+ suggestedPeopleImage: '',
replyPosted: <CommentThreadType | undefined>undefined,
};