diff options
Diffstat (limited to 'lib/tbe/table/comments-sheet.tsx')
| -rw-r--r-- | lib/tbe/table/comments-sheet.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
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({ </div> )} </TableCell> - <TableCell> { c.createdAt ? formatDate(c.createdAt): "-"}</TableCell> + <TableCell> { c.createdAt ? formatDate(c.createdAt, "KR"): "-"}</TableCell> <TableCell> {c.commentedBy ?? "-"} </TableCell> |
