mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-24 04:31:13 -05:00
Fix: Remove all traces of username sorting
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user