diff options
Diffstat (limited to 'src/components/profile/Content.tsx')
-rw-r--r-- | src/components/profile/Content.tsx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/components/profile/Content.tsx b/src/components/profile/Content.tsx index 8a3c36ff..50e9d627 100644 --- a/src/components/profile/Content.tsx +++ b/src/components/profile/Content.tsx @@ -158,9 +158,8 @@ const Content: React.FC<ContentProps> = ({y, isProfileView}) => { showsVerticalScrollIndicator={false} scrollEventThrottle={1} stickyHeaderIndices={[2, 4]}> - <ProfileCutout> - <ProfileHeader {...{isProfileView}} /> - </ProfileCutout> + <ProfileCutout/> + <ProfileHeader {...{isProfileView}} /> <ProfileBody {...{ onLayout, |