This commit is contained in:
kimdaae328 2025-02-25 14:28:10 +09:00
parent e5a55910da
commit db11c9fa95

View File

@ -492,6 +492,7 @@ const editComment = (comment) => {
//
if (unknown.value) {
console.log('익명 코멘트인가?')
toggleCommentPassword(comment, "edit");
}
}