Skip to content

Commit

Permalink
Fixes #18
Browse files Browse the repository at this point in the history
  • Loading branch information
Meefish committed Nov 12, 2024
1 parent 97348ec commit b6679f9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/pages/Dashboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 || '';
Expand Down

0 comments on commit b6679f9

Please sign in to comment.