diff --git a/apps/web/app/(admin)/(authenticated)/resources/ResourcesPage.tsx b/apps/web/app/(admin)/(authenticated)/resources/ResourcesPage.tsx index 116d9d40..ae8da0eb 100644 --- a/apps/web/app/(admin)/(authenticated)/resources/ResourcesPage.tsx +++ b/apps/web/app/(admin)/(authenticated)/resources/ResourcesPage.tsx @@ -65,6 +65,7 @@ export default function ResourcesPage() { enableHiding: false, cell: ({row}) => , }, + {accessorKey: 'displayName'}, {accessorKey: 'endUserId'}, {accessorKey: 'id'}, {accessorKey: 'status'},