diff options
author | Shravya Ramesh <shravs1208@gmail.com> | 2021-04-13 12:32:04 -0700 |
---|---|---|
committer | Shravya Ramesh <shravs1208@gmail.com> | 2021-04-13 12:32:04 -0700 |
commit | d074b671293c8038935674ebfb990e844128cf07 (patch) | |
tree | cc5694a2684c7faeda360a7b239d976a4c60edbb /src/components/profile/ProfileBody.tsx | |
parent | 1c7690a3b398e12834aa2aaa0b7c34c9e9a65821 (diff) |
Stale token replaced
Diffstat (limited to 'src/components/profile/ProfileBody.tsx')
-rw-r--r-- | src/components/profile/ProfileBody.tsx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/components/profile/ProfileBody.tsx b/src/components/profile/ProfileBody.tsx index 527036f6..ea1e5166 100644 --- a/src/components/profile/ProfileBody.tsx +++ b/src/components/profile/ProfileBody.tsx @@ -21,7 +21,6 @@ import {NO_PROFILE} from '../../store/initialStates'; import {RootState} from '../../store/rootReducer'; import {ScreenType} from '../../types'; import { - connectChatAccount, createChannel, getUserAsProfilePreviewType, SCREEN_HEIGHT, @@ -31,7 +30,6 @@ import {FriendsButton, BasicButton} from '../common'; import ToggleButton from './ToggleButton'; import {ChatContext} from '../../App'; import {useNavigation} from '@react-navigation/core'; -import {ChatListScreen} from '../../screens'; import {ERROR_UNABLE_CONNECT_CHAT} from '../../constants/strings'; interface ProfileBodyProps { |