Add most popular sort

This commit is contained in:
James Grugett 2022-10-03 17:28:31 -05:00
parent 5214f27be3
commit 27d765a4a1

View File

@ -47,6 +47,7 @@ export const SORTS = [
{ label: 'Trending', value: 'score' },
{ label: 'Daily trending', value: 'daily-score' },
{ label: '24h volume', value: '24-hour-vol' },
{ label: 'Most popular', value: 'most-popular' },
{ label: 'Last updated', value: 'last-updated' },
{ label: 'Closing soon', value: 'close-date' },
{ label: 'Resolve date', value: 'resolve-date' },