We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4d7468 commit 5171b7eCopy full SHA for 5171b7e
1 file changed
app/composables/useFacetSelection.ts
@@ -28,6 +28,10 @@ export function useFacetSelection(queryParam = 'facets') {
28
label: t(`compare.facets.items.downloads.label`),
29
description: t(`compare.facets.items.downloads.description`),
30
},
31
+ totalLikes: {
32
+ label: t(`compare.facets.items.totalLikes.label`),
33
+ description: t(`compare.facets.items.totalLikes.description`),
34
+ },
35
packageSize: {
36
label: t(`compare.facets.items.packageSize.label`),
37
description: t(`compare.facets.items.packageSize.description`),
0 commit comments