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 d6dafdd commit b4d9ceeCopy full SHA for b4d9cee
app/pages/compare.vue
@@ -82,7 +82,7 @@ const canCompare = computed(() => packages.value.length >= 2)
82
const canCopyTable = computed(
83
() =>
84
packagesData.value.length >= 1 &&
85
- packagesData.value.every(data => data !== null && data !== undefined),
+ packagesData.value.every(data => data !== null),
86
)
87
88
const comparisonView = usePermalink<'table' | 'charts'>('view', 'table')
0 commit comments