summaryrefslogtreecommitdiff
path: root/lib/vendor-type
diff options
context:
space:
mode:
Diffstat (limited to 'lib/vendor-type')
-rw-r--r--lib/vendor-type/table/vendorTypes-table-columns.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/vendor-type/table/vendorTypes-table-columns.tsx b/lib/vendor-type/table/vendorTypes-table-columns.tsx
index b5cfca71..a713ecc2 100644
--- a/lib/vendor-type/table/vendorTypes-table-columns.tsx
+++ b/lib/vendor-type/table/vendorTypes-table-columns.tsx
@@ -137,7 +137,7 @@ export function getColumns({ setRowAction }: GetColumnsProps): ColumnDef<VendorT
if (cfg.id === "createdAt"||cfg.id === "updatedAt") {
const dateVal = cell.getValue() as Date
- return formatDate(dateVal)
+ return formatDate(dateVal, "KR")
}
return row.getValue(cfg.id) ?? ""