summaryrefslogtreecommitdiff
path: root/lib/cbe/table/comments-sheet.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'lib/cbe/table/comments-sheet.tsx')
-rw-r--r--lib/cbe/table/comments-sheet.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/cbe/table/comments-sheet.tsx b/lib/cbe/table/comments-sheet.tsx
index 2ac9049f..b4647e7a 100644
--- a/lib/cbe/table/comments-sheet.tsx
+++ b/lib/cbe/table/comments-sheet.tsx
@@ -176,7 +176,7 @@ export function CommentSheet({
</div>
)}
</TableCell>
- <TableCell> { c.createdAt ? formatDate(c.createdAt): "-"}</TableCell>
+ <TableCell> { c.createdAt ? formatDate(c.createdAt, "KR"): "-"}</TableCell>
<TableCell>
{c.commentedByEmail ?? "-"}
</TableCell>