Fix props

This commit is contained in:
Jackson Harper 2022-12-19 21:27:10 +08:00
parent d32b5dad6b
commit 6a94fb4aa7

View file

@ -362,7 +362,7 @@ export function ArticleContainer(props: ArticleContainerProps): JSX.Element {
) : null}
{recommendationsWithNotes.length > 0 && (
<RecommendationComments
recommendations={{ recommendationsWithNotes }}
recommendationsWithNotes={recommendationsWithNotes}
/>
)}
</VStack>