diff --git a/src/pages/groups/Column.tsx b/src/pages/groups/Column.tsx index 3d1a1e0..83830ab 100644 --- a/src/pages/groups/Column.tsx +++ b/src/pages/groups/Column.tsx @@ -13,20 +13,6 @@ export type Group = { }; export const getColumns = (handleUpdate: (data: any) => void): ColumnDef[] => [ - { - accessorKey: 'no', - header: ({ column }) => { - return ( - - ); - } - }, { accessorKey: 'created_at', header: ({ column }) => {