mirror of
https://github.com/Readarr/Readarr.git
synced 2026-01-31 01:02:20 -05: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