Skip to content

Commit 59e5809

Browse files
committed
remove now unused variables that we account for in the composable
1 parent 2e616f6 commit 59e5809

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

app/pages/search.vue

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -405,9 +405,6 @@ const exactMatchType = computed<'package' | 'org' | 'user' | null>(() => {
405405
return null
406406
})
407407
408-
const suggestionCount = computed(() => validatedSuggestions.value.length)
409-
const totalSelectableCount = computed(() => suggestionCount.value + resultCount.value)
410-
411408
// Navigate to package page
412409
async function navigateToPackage(packageName: string) {
413410
await navigateTo(packageRoute(packageName))

0 commit comments

Comments
 (0)