feat: add members kyc page

This commit is contained in:
Wikzyy
2025-02-24 10:48:09 +07:00
parent 6b37f3a2d0
commit d55823b7b3
9 changed files with 261 additions and 2 deletions

View File

@ -14,7 +14,8 @@ export const columns: ColumnDef<Group>[] = [
},
{
accessorKey: 'createdDate',
header: 'Created Date'
header: 'Created Date',
cell: ({ row }) => new Date(row.original.createdDate).toLocaleDateString()
},
{
accessorKey: 'name',