Add sort for 24 hour change in probability

This commit is contained in:
James Grugett 2022-09-03 16:20:56 -05:00
parent 89b30fc50d
commit a21466d877

View File

@ -43,6 +43,7 @@ export const SORTS = [
{ label: 'Trending', value: 'score' },
{ label: 'Most traded', value: 'most-traded' },
{ label: '24h volume', value: '24-hour-vol' },
{ label: '24h change', value: 'prob-change-day' },
{ label: 'Last updated', value: 'last-updated' },
{ label: 'Subsidy', value: 'liquidity' },
{ label: 'Close date', value: 'close-date' },