diff --git a/src/app/components/tanstakTable.tsx b/src/app/components/tanstakTable.tsx index fc8aabf..a31301e 100644 --- a/src/app/components/tanstakTable.tsx +++ b/src/app/components/tanstakTable.tsx @@ -48,15 +48,15 @@ type ApiResponse = { const FileTypeIcon = ({ type }: { type: string }) => { switch (type) { case 'image': - return + return ; case 'video': - return + return ; case 'audio': - return + return ; default: @@ -136,13 +136,13 @@ export default function TanstakFilesTable({ fileType }: { fileType: string }) { { accessorKey: 'fileName', header: ({ column }) => ( -
+
{t('file')} -
+
{Array.from({ length: Math.min(5, table.getPageCount()) }, (_, i) => { const pageIndex = Math.max( 0, @@ -730,9 +727,9 @@ export default function TanstakFilesTable({ fileType }: { fileType: string }) { return (