feat: add members kyc page
This commit is contained in:
@ -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',
|
||||
|
||||
Reference in New Issue
Block a user