build check
All checks were successful
deploy-on-main / deploy (push) Successful in 27s

This commit is contained in:
koreacomp5
2025-11-10 01:58:06 +09:00
parent 5485da4029
commit 97c8e1c9fb

View File

@@ -204,6 +204,8 @@ const CommentItem = memo(function CommentItem({
replyContents={replyContents} replyContents={replyContents}
setReplyContents={setReplyContents} setReplyContents={setReplyContents}
handleSubmitReply={handleSubmitReply} handleSubmitReply={handleSubmitReply}
replySecretFlags={replySecretFlags}
setReplySecretFlags={setReplySecretFlags}
/> />
))} ))}
</div> </div>