diff options
Diffstat (limited to 'src/components/profile/Content.tsx')
-rw-r--r-- | src/components/profile/Content.tsx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/components/profile/Content.tsx b/src/components/profile/Content.tsx index 689fcaf7..a0af1e94 100644 --- a/src/components/profile/Content.tsx +++ b/src/components/profile/Content.tsx @@ -108,8 +108,7 @@ const Content: React.FC<ContentProps> = ({y, isProfileView}) => { style={styles.container} onScroll={(e) => y.setValue(e.nativeEvent.contentOffset.y)} showsVerticalScrollIndicator={false} - scrollEventThrottle={1} - stickyHeaderIndices={[2, 4]}> + scrollEventThrottle={1}> <ProfileCutout /> <ProfileHeader isProfileView={isProfileView} |