diff --git a/src/app/components/tanstak-table/TanstakTable.tsx b/src/app/components/tanstak-table/TanstakTable.tsx index aa3b068..ce5fb78 100644 --- a/src/app/components/tanstak-table/TanstakTable.tsx +++ b/src/app/components/tanstak-table/TanstakTable.tsx @@ -178,8 +178,6 @@ export default function TanstakFilesTable({ fileType }: { fileType: string }) { return { items: [], total_count: 0, page: 1, pageSize: pagination.pageSize }; } - /* console.log(data.files) */; - const items = data.files.map((item: ApiFile) => ({ id: item.id, fileName: item.originalFileName,