mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Fix props
This commit is contained in:
parent
d32b5dad6b
commit
6a94fb4aa7
1 changed files with 1 additions and 1 deletions
|
|
@ -362,7 +362,7 @@ export function ArticleContainer(props: ArticleContainerProps): JSX.Element {
|
|||
) : null}
|
||||
{recommendationsWithNotes.length > 0 && (
|
||||
<RecommendationComments
|
||||
recommendations={{ recommendationsWithNotes }}
|
||||
recommendationsWithNotes={recommendationsWithNotes}
|
||||
/>
|
||||
)}
|
||||
</VStack>
|
||||
|
|
|
|||
Loading…
Reference in a new issue