Commit 768c7a5f authored by Emiliano Balbuena's avatar Emiliano Balbuena

(chore): Enable 1Y back

1 merge request!677Allow period fallbacks on Discovery feeds
Pipeline #100378834 running with stages
......@@ -56,10 +56,10 @@ export class SortSelectorComponent implements OnInit, OnDestroy, AfterViewInit {
id: '30d',
label: '30d',
},
/*{
{
id: '1y',
label: '1y'
},*/
label: '1y',
},
];
customTypes: Array<{ id; label; icon? }> = [
......
Please register or to comment