From 97c8e1c9fbb7d45974918390f859d0b7645a94bb Mon Sep 17 00:00:00 2001 From: koreacomp5 Date: Mon, 10 Nov 2025 01:58:06 +0900 Subject: [PATCH] build check --- src/app/components/CommentSection.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/components/CommentSection.tsx b/src/app/components/CommentSection.tsx index 2897e9e..1762942 100644 --- a/src/app/components/CommentSection.tsx +++ b/src/app/components/CommentSection.tsx @@ -204,6 +204,8 @@ const CommentItem = memo(function CommentItem({ replyContents={replyContents} setReplyContents={setReplyContents} handleSubmitReply={handleSubmitReply} + replySecretFlags={replySecretFlags} + setReplySecretFlags={setReplySecretFlags} /> ))}