From f3e640b666c57f133c229d2742fb214c586d21e4 Mon Sep 17 00:00:00 2001 From: dujinkim Date: Fri, 28 Mar 2025 02:39:59 +0000 Subject: 스키마 조정 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/po/table/po-table-columns.tsx | 2 +- lib/po/table/po-table.tsx | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) (limited to 'lib/po') diff --git a/lib/po/table/po-table-columns.tsx b/lib/po/table/po-table-columns.tsx index 6517b9b3..6834e543 100644 --- a/lib/po/table/po-table-columns.tsx +++ b/lib/po/table/po-table-columns.tsx @@ -52,7 +52,7 @@ export function getColumns({ setRowAction }: GetColumnsProps): ColumnDef +
{/* Items Button - Visually distinct with badge showing count */} diff --git a/lib/po/table/po-table.tsx b/lib/po/table/po-table.tsx index 9175037b..ad159f12 100644 --- a/lib/po/table/po-table.tsx +++ b/lib/po/table/po-table.tsx @@ -86,8 +86,6 @@ export function PoListsTable({ promises }: ItemsTableProps) { pageCount: number; }>({ data: [], pageCount: 0 }); - console.log(rawData) - console.log(transformedData) // Load raw data from promises React.useEffect(() => { -- cgit v1.2.3