diff options
| author | Shravya Ramesh <shravs1208@gmail.com> | 2021-04-09 13:46:42 -0700 |
|---|---|---|
| committer | Shravya Ramesh <shravs1208@gmail.com> | 2021-04-09 13:46:42 -0700 |
| commit | bdd1ed17600da7b766e2b0fa97ad4cbf01234819 (patch) | |
| tree | d4b8097cbea9ec7697967a62f2bf0be8ab30cc0a /src/store/initialStates.ts | |
| parent | 55a5fa01be46a193d3917e1a334f300593a8ec01 (diff) | |
removed client ready from redux
Diffstat (limited to 'src/store/initialStates.ts')
| -rw-r--r-- | src/store/initialStates.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/store/initialStates.ts b/src/store/initialStates.ts index 546c57a9..02331eb6 100644 --- a/src/store/initialStates.ts +++ b/src/store/initialStates.ts @@ -41,7 +41,6 @@ export const EMPTY_PROFILE_PREVIEW_LIST = <ProfilePreviewType[]>[]; export const NO_USER_DATA = { user: <UserType>NO_USER, - chatClientReady: <boolean>false, profile: <ProfileInfoType>NO_PROFILE, avatar: <string | undefined>undefined, cover: <string | undefined>undefined, |
