fix(front): remove description from library

This commit is contained in:
ArneBo 2025-03-29 10:55:00 +01:00
parent e51bdb5989
commit 3df42ad972
1 changed files with 0 additions and 8 deletions

View File

@ -19,14 +19,6 @@ defineProps<Props>()
<template>
<section>
<template v-if="store.getters['ui/layoutVersion'] === 'small'">
<rendered-description
:content="object.description ? {html: object.description} : null"
:update-url="`channels/${object.uuid}/`"
:can-update="false"
/>
<div class="ui hidden divider" />
</template>
<artist-widget
:key="object.uploads_count"
ref="artists"