Fix: Remove sort text and fix sorting logic

This commit is contained in:
gpt-engineer-app[bot]
2025-10-13 01:18:38 +00:00
parent 093b21e3df
commit e41c36e42b
2 changed files with 10 additions and 15 deletions

View File

@@ -48,11 +48,6 @@ export const QueueSortControls = ({
Sort By
</Label>
)}
<div className="flex items-center gap-2 text-xs text-muted-foreground mb-1">
<span>
Sorting by {getSortFieldLabel(sortConfig.field)} ({sortConfig.direction === 'asc' ? '↑ Ascending' : '↓ Descending'})
</span>
</div>
<div className="flex gap-2">
<Select
value={sortConfig.field}