This commit is contained in:
kimdaae328 2025-02-20 16:59:42 +09:00
parent a21bf8f6a1
commit 917b701663

View File

@ -297,7 +297,7 @@ const fetchComments = async (page = 1) => {
} }
}); });
console.log(`댓글 ${comment.parentId}대댓글:`, replyResponse.data); console.log(`대댓글:`, replyResponse.data);
// children // children
if (replyResponse.data.data) { if (replyResponse.data.data) {