fix some issues with latest PRs (#5242)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user