aboutsummaryrefslogtreecommitdiff
path: root/src/components/profile/Content.tsx
diff options
context:
space:
mode:
authorIvan Chen <ivan@tagg.id>2021-07-28 14:37:05 -0400
committerGitHub <noreply@github.com>2021-07-28 14:37:05 -0400
commit0c4f64a842d052eae917a12089ea9f878501a02a (patch)
treec1f92069031ea0c131c797a2b3be87d08310ee30 /src/components/profile/Content.tsx
parent15ad08120d20a2bc4beb8b00550b51f35a567099 (diff)
parent3f9082dbd76179627a2be36318e1b68a1337454e (diff)
Merge pull request #536 from IvanIFChen/hotfix-stickied-taggs-bar
[HOTFIX] Update Sticky Header Index to Fix Taggs Bar
Diffstat (limited to 'src/components/profile/Content.tsx')
-rw-r--r--src/components/profile/Content.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/profile/Content.tsx b/src/components/profile/Content.tsx
index 9edd890d..df692a3f 100644
--- a/src/components/profile/Content.tsx
+++ b/src/components/profile/Content.tsx
@@ -136,7 +136,7 @@ const Content: React.FC<ContentProps> = ({userXId, screenType}) => {
onScroll={scrollHandler}
showsVerticalScrollIndicator={false}
scrollEventThrottle={1}
- stickyHeaderIndices={[4]}
+ stickyHeaderIndices={[5]}
scrollEnabled={scrollEnabled}
refreshControl={
<RefreshControl refreshing={refreshing} onRefresh={onRefresh} />