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 1d09c40 commit 14bcc14Copy full SHA for 14bcc14
1 file changed
app/pages/package/[[org]]/[name].vue
@@ -256,7 +256,7 @@ const versionSecurityMetadata = computed<PackageVersionInfo[]>(() => {
256
257
// Process package description
258
const pkgDescription = useMarkdown(() => ({
259
- text: pkg.value?.description ?? ''
+ text: pkg.value?.description ?? '',
260
}))
261
262
// Fetch dependency analysis (lazy, client-side)
0 commit comments