Skip to content

Commit 7ed88ca

Browse files
authored
Merge branch 'main' into fix(i18n)-bg-added-missing-translations
2 parents 5ad4352 + d822cc7 commit 7ed88ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/Package/TableRow.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ const allMaintainersText = computed(() => {
6969
v-if="isColumnVisible('description')"
7070
class="py-2 px-3 text-sm text-fg-muted max-w-xs truncate"
7171
>
72-
{{ stripHtmlTags(decodeHtmlEntities(pkg.description || '-')) }}
72+
{{ stripHtmlTags(decodeHtmlEntities(pkg.description || '')) || '-' }}
7373
</td>
7474

7575
<!-- Downloads -->

0 commit comments

Comments
 (0)