missing prop

This commit is contained in:
Hailey
2024-06-05 09:25:28 -07:00
parent b675be022d
commit cfe5338b7e
@@ -156,7 +156,7 @@ export const ProfileStarterPacks = React.forwardRef<
return <FeedLoadingPlaceholder /> return <FeedLoadingPlaceholder />
} }
if (preferences) { if (preferences) {
return <StarterPackCard hideTopBorder={index === 0} /> return <StarterPackCard type="list" hideTopBorder={index === 0} />
} }
return null return null
}, },