We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 710387b + 41c4557 commit e2eb24dCopy full SHA for e2eb24d
src/entities/comment/ui/CommentList/CommentList.tsx
@@ -87,7 +87,7 @@ export function CommentList({ postId, className }: CommentListProps) {
87
return (
88
<Card className={className}>
89
<CardHeader className='flex-row items-center justify-between space-y-0'>
90
- <CardTitle>댓글 {items.length}</CardTitle>
+ <CardTitle>댓글</CardTitle>
91
</CardHeader>
92
<CardContent>
93
{items.length === 0 ? (
0 commit comments