summaryrefslogtreecommitdiff
path: root/components/pq/pq-review-table.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'components/pq/pq-review-table.tsx')
-rw-r--r--components/pq/pq-review-table.tsx2
1 files changed, 1 insertions, 1 deletions
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
<p className="font-medium">{log.reviewerName}</p>
<p>{log.reviewerComment}</p>
<p className="text-xs text-muted-foreground">
- {formatDate(log.createdAt)}
+ {formatDate(log.createdAt, "KR")}
</p>
</div>
))