From 6d654b1ba2c19e0bf1745b636908e3b00a0f02c7 Mon Sep 17 00:00:00 2001 From: dujinkim Date: Wed, 9 Jul 2025 12:19:05 +0000 Subject: (대표님) 20250709 변경사항 (약 18시 30분까지) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/tbe/table/comments-sheet.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/tbe/table/comments-sheet.tsx') diff --git a/lib/tbe/table/comments-sheet.tsx b/lib/tbe/table/comments-sheet.tsx index 0952209d..35c29d39 100644 --- a/lib/tbe/table/comments-sheet.tsx +++ b/lib/tbe/table/comments-sheet.tsx @@ -178,7 +178,7 @@ export function CommentSheet({ )} - { c.createdAt ? formatDate(c.createdAt): "-"} + { c.createdAt ? formatDate(c.createdAt, "KR"): "-"} {c.commentedBy ?? "-"} -- cgit v1.2.3