aboutsummaryrefslogtreecommitdiff
path: root/src/routes/profile/Profile.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/routes/profile/Profile.tsx')
-rw-r--r--src/routes/profile/Profile.tsx2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/routes/profile/Profile.tsx b/src/routes/profile/Profile.tsx
index e0a34f5b..794700f3 100644
--- a/src/routes/profile/Profile.tsx
+++ b/src/routes/profile/Profile.tsx
@@ -10,7 +10,6 @@ import {
} from '../../screens';
import {ProfileStack, ProfileStackParams} from './ProfileStack';
import {RouteProp} from '@react-navigation/native';
-import {AvatarTitle} from '../../components';
/**
* What will be the First Screen of the stack depends on value of isProfileView (Search if its true else Profile)
@@ -77,7 +76,6 @@ const Profile: React.FC<ProfileStackProps> = ({route}) => {
headerTransparent: true,
headerBackTitleVisible: false,
headerTintColor: 'white',
- headerTitle: () => <AvatarTitle isProfileView={isProfileView} />,
}}
/>
{!isProfileView ? (