aboutsummaryrefslogtreecommitdiff
path: root/src/components/profile/Content.tsx
diff options
context:
space:
mode:
authorAshm Walia <40498934+ashmgarv@users.noreply.github.com>2020-11-02 10:19:44 -0800
committerGitHub <noreply@github.com>2020-11-02 13:19:44 -0500
commitaacb9237466c42b2e26f52a6588e6307c137db6e (patch)
tree7086eaf2b96e1bc57121f4cc1230523102b3559e /src/components/profile/Content.tsx
parent24c269c9d52ec7cf2cd383a8d7c3aee43ed475c1 (diff)
[BUG FIX] -> 1 : Bottom of moments screen cut off 2 : Social media data double check [FRONTEND] (#84)
* BUG FIX -> 1 : Bottom of moments screen cut off 2 : Check for existence of accountData before displaying the same * small change * added more exception checking * FIX package error Co-authored-by: Ivan Chen <ivan@thetaggid.com>
Diffstat (limited to 'src/components/profile/Content.tsx')
-rw-r--r--src/components/profile/Content.tsx3
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}