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/vendors/table/request-vendor-investigate-dialog.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/vendors/table/request-vendor-investigate-dialog.tsx') 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({ {status.text} - {formatDate(investigation.createdAt)} + {formatDate(investigation.createdAt, "KR")} {investigation.scheduledStartAt - ? formatDate(investigation.scheduledStartAt) + ? formatDate(investigation.scheduledStartAt, "KR") : "미정"} -- cgit v1.2.3