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 3a6b34a commit 68d0786Copy full SHA for 68d0786
app/composables/usePackageComparison.ts
@@ -236,7 +236,7 @@ export function usePackageComparison(packageNames: MaybeRefOrGetter<string[]>) {
236
function isFacetLoading(facet: ComparisonFacet): boolean {
237
if (!installSizeLoading.value) return false
238
// These facets depend on install-size API
239
- return facet === 'installSize' || facet === 'dependencies'
+ return facet === 'installSize' || facet === 'totalDependencies'
240
}
241
242
// Check if a specific column (package) is loading
0 commit comments