Skip to content

Commit 201aa9b

Browse files
authored
wip
1 parent 14bcc14 commit 201aa9b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/components/Package/Card.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ const isExactMatch = computed(() => {
3737
const pkgDescription = useMarkdown(() => ({
3838
text: props.result.package.description ?? '',
3939
plain: true,
40-
packageName: props.result.package.name,
4140
}))
4241
4342
const numberFormatter = useNumberFormatter()

0 commit comments

Comments
 (0)