remove blank block for radio grouping
This commit is contained in:
parent
b57f972faf
commit
3e0ecc294d
1 changed files with 3 additions and 0 deletions
|
@ -52,6 +52,9 @@
|
|||
<template v-else-if="recom.attributes.name == 'Chart Set'">
|
||||
<!-- ignored -->
|
||||
</template>
|
||||
<template v-else-if="(['488']).includes(recom.attributes.editorialElementKind)">
|
||||
<!-- ignored -->
|
||||
</template>
|
||||
<template v-else>
|
||||
<mediaitem-scroller-horizontal-large
|
||||
:items="recom.relationships.children ? recom.relationships.children.data.limit(10) : recom.relationships.contents.data.limit(10)"></mediaitem-scroller-horizontal-large>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue