feat(comments): migrate to backend API
This commit is contained in:
@@ -90,7 +90,7 @@ export default async function PostDetailPage({ params }: { params: Promise<{ id:
|
||||
initialLiked={post.liked}
|
||||
initialLikeCount={post.likeCount}
|
||||
/>
|
||||
<PostCommentCount postId={post.id} />
|
||||
<PostCommentCount count={post.commentCount} />
|
||||
</div>
|
||||
</CardContent>
|
||||
</Card>
|
||||
|
||||
Reference in New Issue
Block a user