mirror of
https://github.com/documenso/documenso.git
synced 2025-11-17 18:21:32 +10:00
chore: tidy up
This commit is contained in:
@ -105,13 +105,7 @@ export const UsersDataTable = ({ users, perPage, page, totalPages }: UsersDataTa
|
||||
header: 'Documents',
|
||||
accessorKey: 'documents',
|
||||
cell: ({ row }) => {
|
||||
return (
|
||||
<div>
|
||||
<Link href={`/admin/users/${row.original.id}/documents`}>
|
||||
{row.original.Document.length}
|
||||
</Link>
|
||||
</div>
|
||||
);
|
||||
return <div>{row.original.Document.length}</div>;
|
||||
},
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user