diff options
| author | Ivan Chen <ivan@thetaggid.com> | 2021-02-23 17:02:53 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-23 17:02:53 -0500 |
| commit | 5864b997b68ae774a871ee9b43c0e548a2656cc6 (patch) | |
| tree | 5cbc4145437c0c498903a61b21bef0b4f523c1f8 /src/store/initialStates.ts | |
| parent | 21c03cb2a56e211909c08e8354441286bfc590ac (diff) | |
| parent | 3978bd82db12a4606ebb9a60c15352fb14ee0055 (diff) | |
Merge pull request #261 from IvanIFChen/hotfix-sp-people-state
[HOTFIX] Fixed SP state inconsistencies
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, }; |
