diff --git a/src/utilities/sortCriteria.js b/src/utilities/sortCriteria.js index 6ec6736c..201a2d37 100644 --- a/src/utilities/sortCriteria.js +++ b/src/utilities/sortCriteria.js @@ -15,10 +15,10 @@ export const sortByCriteria = { value: 'ALPHABETIC_DSC', label: 'Alphabetical desc' }, - stars: { - value: 'STARS', - label: 'Most starred' - }, + // stars: { + // value: 'STARS', + // label: 'Most starred' + // }, downloads: { value: 'DOWNLOADS', label: 'Most downloaded'