diff options
| author | Ivan Chen <ivan@tagg.id> | 2021-02-23 16:21:40 -0500 |
|---|---|---|
| committer | Ivan Chen <ivan@tagg.id> | 2021-02-23 16:21:40 -0500 |
| commit | 3978bd82db12a4606ebb9a60c15352fb14ee0055 (patch) | |
| tree | 75ab957f75511c3cb096016ca73466fd33f27b19 /src/store/initialStates.ts | |
| parent | 941594566dbb6547f8fca2c107aa86dd6cf609a0 (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.ts | 1 |
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, }; |
