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 04bd490 commit d822cc7Copy full SHA for d822cc7
app/components/Package/TableRow.vue
@@ -69,7 +69,7 @@ const allMaintainersText = computed(() => {
69
v-if="isColumnVisible('description')"
70
class="py-2 px-3 text-sm text-fg-muted max-w-xs truncate"
71
>
72
- {{ stripHtmlTags(decodeHtmlEntities(pkg.description || '-')) }}
+ {{ stripHtmlTags(decodeHtmlEntities(pkg.description || '')) || '-' }}
73
</td>
74
75
<!-- Downloads -->
0 commit comments