Fix: Remove all traces of username sorting

This commit is contained in:
gpt-engineer-app[bot]
2025-10-13 01:32:43 +00:00
parent ad096b05c6
commit 9cf969bb9d
3 changed files with 11 additions and 11 deletions

View File

@@ -22,7 +22,6 @@ const getEntityFilterIcon = (filter: EntityFilter) => {
const getSortFieldLabel = (field: SortField): string => {
switch (field) {
case 'username': return 'Submitter';
case 'submission_type': return 'Type';
case 'escalated': return 'Escalated';
case 'status': return 'Status';