From eba538802b4cb82d3ed8e0065eb848e78d0ac458 Mon Sep 17 00:00:00 2001 From: Ashm Walia <40498934+ashmgarv@users.noreply.github.com> Date: Mon, 2 Nov 2020 10:22:38 -0800 Subject: [TMA - 324] Display the correct profile picture when viewing someone's Taggs. (#88) * Display the correct profile picture when viewing someone's profile * sc --- src/routes/profile/Profile.tsx | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/routes') 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 = ({route}) => { headerTransparent: true, headerBackTitleVisible: false, headerTintColor: 'white', - headerTitle: () => , }} /> {!isProfileView ? ( -- cgit v1.2.3-70-g09d2