From 2ef02e27dbe639876fa3b90c30307dda183545ec Mon Sep 17 00:00:00 2001 From: dujinkim Date: Thu, 17 Jul 2025 10:50:52 +0000 Subject: (최겸) 기술영업 변경사항 적용 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/items-tech/table/top/offshore-top-table-columns.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/items-tech/table/top/offshore-top-table-columns.tsx') diff --git a/lib/items-tech/table/top/offshore-top-table-columns.tsx b/lib/items-tech/table/top/offshore-top-table-columns.tsx index c2df4b75..93f27492 100644 --- a/lib/items-tech/table/top/offshore-top-table-columns.tsx +++ b/lib/items-tech/table/top/offshore-top-table-columns.tsx @@ -162,7 +162,7 @@ export function getOffshoreTopColumns({ setRowAction }: GetColumnsProps): Column header: ({ column }) => ( ), - cell: ({ row }) => formatDate(row.original.createdAt, "KR"), + cell: ({ row }) => formatDate(row.original.createdAt), enableSorting: true, enableHiding: true, meta: { @@ -174,7 +174,7 @@ export function getOffshoreTopColumns({ setRowAction }: GetColumnsProps): Column header: ({ column }) => ( ), - cell: ({ row }) => formatDate(row.original.updatedAt, "KR"), + cell: ({ row }) => formatDate(row.original.updatedAt), enableSorting: true, enableHiding: true, meta: { -- cgit v1.2.3