Skip to content

Commit 5171b7e

Browse files
committed
fix: add totalLikes to useFacetSelection
1 parent a4d7468 commit 5171b7e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

app/composables/useFacetSelection.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ export function useFacetSelection(queryParam = 'facets') {
2828
label: t(`compare.facets.items.downloads.label`),
2929
description: t(`compare.facets.items.downloads.description`),
3030
},
31+
totalLikes: {
32+
label: t(`compare.facets.items.totalLikes.label`),
33+
description: t(`compare.facets.items.totalLikes.description`),
34+
},
3135
packageSize: {
3236
label: t(`compare.facets.items.packageSize.label`),
3337
description: t(`compare.facets.items.packageSize.description`),

0 commit comments

Comments
 (0)