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 14bcc14 commit 201aa9bCopy full SHA for 201aa9b
app/components/Package/Card.vue
@@ -37,7 +37,6 @@ const isExactMatch = computed(() => {
37
const pkgDescription = useMarkdown(() => ({
38
text: props.result.package.description ?? '',
39
plain: true,
40
- packageName: props.result.package.name,
41
}))
42
43
const numberFormatter = useNumberFormatter()
0 commit comments