mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-21 11:11:12 -05:00
Fix: Remove sort text and fix sorting logic
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user