From 05da80aeb24008a5d9a0f10468e0326c74f80ad3 Mon Sep 17 00:00:00 2001 From: Hailey Date: Wed, 12 Jun 2024 00:47:48 -0700 Subject: [PATCH] rm glitchy prop --- src/components/StarterPack/ProfileStarterPacks.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/StarterPack/ProfileStarterPacks.tsx b/src/components/StarterPack/ProfileStarterPacks.tsx index 531dc98477..ab1c95eaf6 100644 --- a/src/components/StarterPack/ProfileStarterPacks.tsx +++ b/src/components/StarterPack/ProfileStarterPacks.tsx @@ -116,7 +116,6 @@ export const ProfileStarterPacks = React.forwardRef< data={items} renderItem={renderItem} keyExtractor={keyExtractor} - scrollEnabled={items?.length !== 0} refreshing={isPTRing} headerOffset={headerOffset} contentContainerStyle={isNative && {paddingBottom: headerOffset + 100}}