File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -103,7 +103,6 @@ function buildExportFilename(extension: string): string {
103103 const facetLabel = sanitise (props .label )
104104 return ` ${facetLabel }_${comparisonLabel }_${sanitizedPackages }.${extension } `
105105}
106- }
107106
108107const config = computed <VueUiHorizontalBarConfig >(() => {
109108 return {
Original file line number Diff line number Diff line change @@ -370,15 +370,11 @@ useSeoMeta({
370370 class =" my-6"
371371 >
372372 <FacetBarChart
373- :values ="
374- getFacetValues(facet.id).filter((_, i) => packages[i] !== NO_DEPENDENCY_ID)
375- "
373+ :values =" getFacetValues(facet.id)"
376374 :packages =" packages.filter(p => p !== NO_DEPENDENCY_ID)"
377375 :label =" facet.label"
378376 :description =" facet.description"
379377 :facet-loading =" isFacetLoading(facet.id)"
380- :description =" facet.description"
381- :facet-loading =" isFacetLoading(facet.id)"
382378 />
383379 </div >
384380 </div >
You can’t perform that action at this time.
0 commit comments