summaryrefslogtreecommitdiff
path: root/lib/cbe/table/comments-sheet.tsx
diff options
context:
space:
mode:
authordujinkim <dujin.kim@dtsolution.co.kr>2025-07-09 12:19:05 +0000
committerdujinkim <dujin.kim@dtsolution.co.kr>2025-07-09 12:19:05 +0000
commit6d654b1ba2c19e0bf1745b636908e3b00a0f02c7 (patch)
treef6d48c0d3a65b428a828acea5db65db8e7bf0db8 /lib/cbe/table/comments-sheet.tsx
parent44794a8628997c0d979adb5bd6711cd848b3e397 (diff)
(대표님) 20250709 변경사항 (약 18시 30분까지)
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>