mirror of
https://github.com/Readarr/Readarr
synced 2026-01-12 10:37:42 +01:00
Clean up sort menu
This commit is contained in:
parent
0a20188508
commit
332997aefe
1 changed files with 2 additions and 11 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue