diff options
| author | Ashm Walia <40498934+ashmgarv@users.noreply.github.com> | 2021-01-16 10:43:03 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-16 10:43:03 -0800 |
| commit | ae9cbb026f6128e732d36138751e319c926c72b1 (patch) | |
| tree | 4946280bb00f8081370c3602a404c041a7cc28d5 /src/store/initialStates.ts | |
| parent | 30391867438bb28cbcba9fc9ee2ff6d00027fd86 (diff) | |
| parent | 23ccc2d6441aca0c89d0ba30e9d990b4aedb73cb (diff) | |
Merge pull request #187 from shravyaramesh/tma538-friend-requests
[TMA485] friend request frontend
Diffstat (limited to 'src/store/initialStates.ts')
| -rw-r--r-- | src/store/initialStates.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/store/initialStates.ts b/src/store/initialStates.ts index 87e1ce22..08dc7077 100644 --- a/src/store/initialStates.ts +++ b/src/store/initialStates.ts @@ -20,6 +20,8 @@ export const NO_PROFILE: ProfileType = { profile_completion_stage: 1, snapchat: '', tiktok: '', + friendship_status: 'no_record', + friendship_requester_id: '', }; export const EMPTY_MOMENTS_LIST = <MomentType[]>[]; |
