mirror of
https://github.com/Radarr/Radarr
synced 2025-02-24 15:21:28 +00:00
removed unnecessary lines
This commit is contained in:
parent
fe23c985a2
commit
a2182e2fca
1 changed files with 0 additions and 9 deletions
|
@ -74,15 +74,6 @@ function MovieIndexSortMenu(props) {
|
|||
{translate('Year')}
|
||||
</SortMenuItem>
|
||||
|
||||
<SortMenuItem
|
||||
name="releaseDate"
|
||||
sortKey={sortKey}
|
||||
sortDirection={sortDirection}
|
||||
onPress={onSortSelect}
|
||||
>
|
||||
{translate('ReleaseDate')}
|
||||
</SortMenuItem>
|
||||
|
||||
<SortMenuItem
|
||||
name="inCinemas"
|
||||
sortKey={sortKey}
|
||||
|
|
Loading…
Reference in a new issue