diff options
Diffstat (limited to 'lib/vendor-candidates/table/candidates-table-columns.tsx')
| -rw-r--r-- | lib/vendor-candidates/table/candidates-table-columns.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/vendor-candidates/table/candidates-table-columns.tsx b/lib/vendor-candidates/table/candidates-table-columns.tsx index 113927cf..aa6d0ef1 100644 --- a/lib/vendor-candidates/table/candidates-table-columns.tsx +++ b/lib/vendor-candidates/table/candidates-table-columns.tsx @@ -156,7 +156,7 @@ const actionsColumn: ColumnDef<VendorCandidatesWithVendorInfo> = { if (cfg.id === "createdAt" ||cfg.id === "updatedAt" ) { const dateVal = cell.getValue() as Date - return formatDateTime(dateVal) + return formatDateTime(dateVal, "KR") } // code etc... |
