diff options
Diffstat (limited to 'components/notice/notice-client.tsx')
| -rw-r--r-- | components/notice/notice-client.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/notice/notice-client.tsx b/components/notice/notice-client.tsx index fab0d758..e32a40c9 100644 --- a/components/notice/notice-client.tsx +++ b/components/notice/notice-client.tsx @@ -347,7 +347,7 @@ export function NoticeClient({ initialData = [], currentUserId }: NoticeClientPr </Badge>
</TableCell>
<TableCell>
- {formatDate(notice.createdAt)}
+ {formatDate(notice.createdAt, "KR")}
</TableCell>
<TableCell className="text-right">
<div className="flex justify-end gap-2">
|
