diff options
| author | Ashm Walia <40498934+ashmgarv@users.noreply.github.com> | 2020-11-02 10:22:38 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-02 13:22:38 -0500 |
| commit | eba538802b4cb82d3ed8e0065eb848e78d0ac458 (patch) | |
| tree | 9b94ab86200cc055a6fbc057f41498ecc731db14 /src/routes | |
| parent | c115fd43c8adb31f1266306974711a3bbe18d20c (diff) | |
[TMA - 324] Display the correct profile picture when viewing someone's Taggs. (#88)
* Display the correct profile picture when viewing someone's profile
* sc
Diffstat (limited to 'src/routes')
| -rw-r--r-- | src/routes/profile/Profile.tsx | 2 |
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 ? ( |
