fix some issues with latest PRs (#5242)

This commit is contained in:
Prospector
2026-01-28 16:41:17 -08:00
committed by GitHub
parent 6d68c0983f
commit 3f8805b953
5 changed files with 32 additions and 13 deletions

View File

@@ -213,7 +213,10 @@
</div>
</template>
<template #sidebar>
<SidebarCard v-if="collection.description" :title="formatMessage(messages.descriptionLabel)">
<SidebarCard
v-if="collection.description"
:title="formatMessage(commonMessages.descriptionLabel)"
>
<p class="m-0">{{ collection.description }}</p>
</SidebarCard>
<SidebarCard