summaryrefslogtreecommitdiff
path: root/lib/vendors/table/request-vendor-investigate-dialog.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'lib/vendors/table/request-vendor-investigate-dialog.tsx')
-rw-r--r--lib/vendors/table/request-vendor-investigate-dialog.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/vendors/table/request-vendor-investigate-dialog.tsx b/lib/vendors/table/request-vendor-investigate-dialog.tsx
index b3deafce..a0d84128 100644
--- a/lib/vendors/table/request-vendor-investigate-dialog.tsx
+++ b/lib/vendors/table/request-vendor-investigate-dialog.tsx
@@ -210,10 +210,10 @@ export function RequestVendorsInvestigateDialog({
<TableCell>
<Badge variant={status.variant as any}>{status.text}</Badge>
</TableCell>
- <TableCell>{formatDate(investigation.createdAt)}</TableCell>
+ <TableCell>{formatDate(investigation.createdAt, "KR")}</TableCell>
<TableCell>
{investigation.scheduledStartAt
- ? formatDate(investigation.scheduledStartAt)
+ ? formatDate(investigation.scheduledStartAt, "KR")
: "미정"}
</TableCell>
</TableRow>