mirror of
https://github.com/zoriya/flood.git
synced 2026-05-31 10:22:44 +00:00
Fix ETA sorting
This commit is contained in:
@@ -53,7 +53,7 @@ export default class SortDropdown extends React.Component {
|
||||
},
|
||||
{
|
||||
displayName: 'ETA',
|
||||
property: 'seconds'
|
||||
property: 'eta'
|
||||
},
|
||||
{
|
||||
displayName: 'Download Speed',
|
||||
|
||||
Reference in New Issue
Block a user