diff --git a/src/pages/Dashboard.tsx b/src/pages/Dashboard.tsx index aa61f17..fff3420 100644 --- a/src/pages/Dashboard.tsx +++ b/src/pages/Dashboard.tsx @@ -97,10 +97,6 @@ const Dashboard: React.FC = () => { let bValue: any; switch (sortConfig.key) { - case 'user': - aValue = a.user?.name || ''; - bValue = b.user?.name || ''; - break; case 'livingLab': aValue = a.livingLab?.name || ''; bValue = b.livingLab?.name || '';