diff --git a/src/components/StarterPack/ProfileStarterPacks.tsx b/src/components/StarterPack/ProfileStarterPacks.tsx index 5fee8a745b..3e3b0f83bd 100644 --- a/src/components/StarterPack/ProfileStarterPacks.tsx +++ b/src/components/StarterPack/ProfileStarterPacks.tsx @@ -161,11 +161,8 @@ export function ProfileStarterPacks({ ) const renderFooter = useCallback(() => { - if (!data || items?.length === 0) { - return null - } // Show CreateAnother only at the end of the list on own profile - if (isMe && !hasNextPage && !isFetchingNextPage) { + if (isMe && !hasNextPage && !isFetchingNextPage && data && items?.length) { return } return (