Merge pull request #86 from lbryio/trending

fix: trending global > group
This commit is contained in:
Akinwale Ariwodola 2019-11-25 11:17:38 +01:00 committed by GitHub
commit bc04f7105b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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',