diff --git a/src/components/StarterPack/ProfileStarterPacks.tsx b/src/components/StarterPack/ProfileStarterPacks.tsx index 147cab5416..6f2ea758d0 100644 --- a/src/components/StarterPack/ProfileStarterPacks.tsx +++ b/src/components/StarterPack/ProfileStarterPacks.tsx @@ -161,9 +161,6 @@ export function ProfileStarterPacks({ ) const renderFooter = useCallback(() => { - if (!data || items?.length === 0) { - return null - } if (isMe) { return } @@ -177,8 +174,6 @@ export function ProfileStarterPacks({ /> ) }, [ - data, - items?.length, isMe, bottomBarOffset, isFetchingNextPage,