fix(front): remove description from library
This commit is contained in:
parent
e51bdb5989
commit
3df42ad972
|
@ -19,14 +19,6 @@ defineProps<Props>()
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<section>
|
<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
|
<artist-widget
|
||||||
:key="object.uploads_count"
|
:key="object.uploads_count"
|
||||||
ref="artists"
|
ref="artists"
|
||||||
|
|
Loading…
Reference in New Issue