diff options
Diffstat (limited to 'lib/incoterms/table/incoterms-table-columns.tsx')
| -rw-r--r-- | lib/incoterms/table/incoterms-table-columns.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/incoterms/table/incoterms-table-columns.tsx b/lib/incoterms/table/incoterms-table-columns.tsx index 91ce4482..3e25e1d3 100644 --- a/lib/incoterms/table/incoterms-table-columns.tsx +++ b/lib/incoterms/table/incoterms-table-columns.tsx @@ -159,7 +159,7 @@ export function getColumns({ setRowAction }: GetColumnsProps): ColumnDef<typeof }, cell: ({ row }) => { const dateVal = row.getValue("createdAt") as Date - return formatDateTime(dateVal) + return formatDateTime(dateVal, "KR") }, minSize: 80 } |
