From 89dff3ace3b30da66870367528a839e77831d060 Mon Sep 17 00:00:00 2001
From: Thomas Zarebczan <tzarebczan@users.noreply.github.com>
Date: Thu, 21 Nov 2019 09:50:48 -0500
Subject: [PATCH] fix: trending global > group

Trending mixed already takes into account the global score. This improves results a bit and is now indexed on the wallet server. Desktop was updated to match also.
---
 src/constants.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/constants.js b/src/constants.js
index d28be47..1f7c7d7 100644
--- a/src/constants.js
+++ b/src/constants.js
@@ -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',