diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-05-28 17:23:13 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-05-28 17:23:13 +0000 |
| commit | 4bad21ef79fdda5f016e2012ba673d6ee6abb5fc (patch) | |
| tree | 4a02504cc1e983d7bacdc01442df44f35865b37d /lib/vendor-investigation/table/investigation-table.tsx | |
| parent | 36dd60ca6fce7712b35e6d7c1b9602710f442ada (diff) | |
(대표님) lib 파트 개발 0528
Diffstat (limited to 'lib/vendor-investigation/table/investigation-table.tsx')
| -rw-r--r-- | lib/vendor-investigation/table/investigation-table.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/vendor-investigation/table/investigation-table.tsx b/lib/vendor-investigation/table/investigation-table.tsx index 40b849fc..d5dc05ac 100644 --- a/lib/vendor-investigation/table/investigation-table.tsx +++ b/lib/vendor-investigation/table/investigation-table.tsx @@ -44,7 +44,6 @@ export function VendorsInvestigationTable({ promises }: VendorsTableProps) { }) }, [rawResponse.data]) - console.log(transformedData) const pageCount = rawResponse.pageCount |
