mirror of
https://github.com/fergalmoran/Readarr.git
synced 2025-12-27 11:57:31 +00:00
Clean up sort menu
This commit is contained in:
@@ -101,21 +101,12 @@ function AuthorIndexSortMenu(props) {
|
||||
</SortMenuItem>
|
||||
|
||||
<SortMenuItem
|
||||
name="trackProgress"
|
||||
name="bookProgress"
|
||||
sortKey={sortKey}
|
||||
sortDirection={sortDirection}
|
||||
onPress={onSortSelect}
|
||||
>
|
||||
Books
|
||||
</SortMenuItem>
|
||||
|
||||
<SortMenuItem
|
||||
name="bookCount"
|
||||
sortKey={sortKey}
|
||||
sortDirection={sortDirection}
|
||||
onPress={onSortSelect}
|
||||
>
|
||||
Book Count
|
||||
Books Progress
|
||||
</SortMenuItem>
|
||||
|
||||
<SortMenuItem
|
||||
|
||||
Reference in New Issue
Block a user