summaryrefslogtreecommitdiff
path: root/lib/vendors/rfq-history-table/rfq-history-table-columns.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'lib/vendors/rfq-history-table/rfq-history-table-columns.tsx')
-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>
)
}