Skip to content

Commit 9acd060

Browse files
committed
[feat]댓글 validation
1 parent 8b0a72e commit 9acd060

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ function CommentHeader({
6060
intervalCall1000(async () => {
6161
const success = await createComment(newComment);
6262
if (!success) {
63-
console.log('칵테일 페이지에서 댓글은 한개만 입력 가능합니다')
63+
console.log('칵테일 페이지에서 댓글은 한개만 입력 가능합니다');
6464
}
6565
});
6666
}

0 commit comments

Comments
 (0)