We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ae5228 commit 437fddfCopy full SHA for 437fddf
src/components/features/Comment/CommentSection.tsx
@@ -251,14 +251,6 @@ export const CommentSection = ({ articleId }: CommentSectionProps) => {
251
);
252
})}
253
254
- {commentItems.length === 0 && (
255
- <EmptyState>
256
- <SText fontSize="13px" color="#999">
257
- 아직 댓글이 없어요. 첫 댓글을 남겨보세요!
258
- </SText>
259
- </EmptyState>
260
- )}
261
-
262
{hasNextPage && (
263
<MoreButton
264
type="button"
@@ -490,13 +482,6 @@ const MoreButton = styled.button`
490
482
cursor: pointer;
491
483
`;
492
484
493
-const EmptyState = styled.div`
494
- padding: 24px 18px;
495
- border-radius: 16px;
496
- background-color: #f8f8ff;
497
- text-align: center;
498
-`;
499
500
485
const DeleteModalContent = styled.div`
501
486
display: flex;
502
487
flex-direction: column;
0 commit comments