From 6d654b1ba2c19e0bf1745b636908e3b00a0f02c7 Mon Sep 17 00:00:00 2001
From: dujinkim {comment.comment}
- {formatDate(comment.createdAt)}
+ {formatDate(comment.createdAt, "KR")}
{log.reviewerComment}
- {formatDate(log.createdAt)} + {formatDate(log.createdAt, "KR")}
))} diff --git a/components/pq/pq-review-table.tsx b/components/pq/pq-review-table.tsx index 08b4de61..ce30bac0 100644 --- a/components/pq/pq-review-table.tsx +++ b/components/pq/pq-review-table.tsx @@ -313,7 +313,7 @@ function ItemReviewButton({ answerId, checkPoint, onCommentAdded }: ItemReviewBu{log.reviewerName}
{log.reviewerComment}
- {formatDate(log.createdAt)} + {formatDate(log.createdAt, "KR")}
)) -- cgit v1.2.3