aboutsummaryrefslogtreecommitdiff
path: root/src/components/profile/ProfileBody.tsx
diff options
context:
space:
mode:
authorIvan Chen <ivan@tagg.id>2021-04-13 18:27:07 -0400
committerGitHub <noreply@github.com>2021-04-13 18:27:07 -0400
commit93837e23a169e6b17432e4e0dd397bcaa140bb5e (patch)
treecc5694a2684c7faeda360a7b239d976a4c60edbb /src/components/profile/ProfileBody.tsx
parent1c7690a3b398e12834aa2aaa0b7c34c9e9a65821 (diff)
parentd074b671293c8038935674ebfb990e844128cf07 (diff)
Merge pull request #364 from shravyaramesh/chat-token-issue
[Bugfix] Stale chat token replaced
Diffstat (limited to 'src/components/profile/ProfileBody.tsx')
-rw-r--r--src/components/profile/ProfileBody.tsx2
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 {