diff --git a/src/pages/BlogIndividualPost/BlogIndividualPost.tsx b/src/pages/BlogIndividualPost/BlogIndividualPost.tsx index 293b369..aff4673 100644 --- a/src/pages/BlogIndividualPost/BlogIndividualPost.tsx +++ b/src/pages/BlogIndividualPost/BlogIndividualPost.tsx @@ -489,6 +489,7 @@ export const BlogIndividualPost = () => { name={section.content.name} service={section.content.service} identifier={section.content.identifier} + poster={section.content.poster} setCount={handleCount} user={user} postId={fullPostId} @@ -754,6 +755,7 @@ export const BlogIndividualPost = () => { name={section.content.name} service={section.content.service} identifier={section.content.identifier} + poster={section.content.poster} customStyle={{ height: '50vh' }}