summaryrefslogtreecommitdiff
path: root/lib/vendors/rfq-history-table
diff options
context:
space:
mode:
authordujinkim <dujin.kim@dtsolution.co.kr>2025-07-09 12:19:05 +0000
committerdujinkim <dujin.kim@dtsolution.co.kr>2025-07-09 12:19:05 +0000
commit6d654b1ba2c19e0bf1745b636908e3b00a0f02c7 (patch)
treef6d48c0d3a65b428a828acea5db65db8e7bf0db8 /lib/vendors/rfq-history-table
parent44794a8628997c0d979adb5bd6711cd848b3e397 (diff)
(대표님) 20250709 변경사항 (약 18시 30분까지)
Diffstat (limited to 'lib/vendors/rfq-history-table')
-rw-r--r--lib/vendors/rfq-history-table/rfq-history-table-columns.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/vendors/rfq-history-table/rfq-history-table-columns.tsx b/lib/vendors/rfq-history-table/rfq-history-table-columns.tsx
index 7e22e96a..66ddee47 100644
--- a/lib/vendors/rfq-history-table/rfq-history-table-columns.tsx
+++ b/lib/vendors/rfq-history-table/rfq-history-table-columns.tsx
@@ -189,7 +189,7 @@ export function getColumns({ setRowAction, openItemsModal }: GetColumnsProps): C
if (cfg.id === "dueDate" || cfg.id === "createdAt") {
column.cell = ({ row }) => (
<div className="whitespace-nowrap">
- {formatDate(row.getValue(cfg.id))}
+ {formatDate(row.getValue(cfg.id), "KR")}
</div>
)
}