Merge pull request #86 from lbryio/trending
fix: trending global > group
This commit is contained in:
commit
bc04f7105b
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ const Constants = {
|
|||
{ name: TIME_ALL, label: 'All time' },
|
||||
],
|
||||
|
||||
DEFAULT_ORDER_BY: ['trending_global', 'trending_mixed'],
|
||||
DEFAULT_ORDER_BY: ['trending_group', 'trending_mixed'],
|
||||
|
||||
ORDER_BY_EFFECTIVE_AMOUNT: 'effective_amount',
|
||||
|
||||
|
|
Loading…
Reference in a new issue