5 year option in range selector

This commit is contained in:
Nouman Tahir 2022-02-15 19:15:09 +05:00
parent 30f9fe8354
commit 17514b2cf1

View File

@ -69,7 +69,7 @@ const FILTERS = [
value:365
},
{
label:'All',
value:0
label:'5Y',
value:365*5
},
] as RangeOption[]