Skip to content

Commit 1a9b047

Browse files
committed
옵셔널로 수정
1 parent 2fc70ce commit 1a9b047

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/domains/shared/components/comment/CommentList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type Props = {
1515
onLoadMore?: (lastCommentId: number) => void; // ← 무한스크롤 콜백
1616
isEnd?: boolean;
1717
isLoading: boolean;
18-
myPage: boolean;
18+
myPage?: boolean;
1919
};
2020

2121
function CommentList({

0 commit comments

Comments
 (0)