missing prop
This commit is contained in:
@@ -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
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user