Removed redundant values

This commit is contained in:
Core 2022-01-11 16:01:07 +00:00
parent 710db9c819
commit 0e55ca0f3c
No known key found for this signature in database
GPG key ID: 1B77805746C47C28
9 changed files with 18 additions and 18 deletions

View file

@ -21,7 +21,7 @@
<button class="cd-btn-seeall" @click="app.appRoute('artist-feed')">See All</button>
</div>
</div>
<div class="well artistfeed-well" style="margin-top:0px;">
<div class="well artistfeed-well" style="margin-top:0;">
<template v-if="artistFeed.length > 0">
<mediaitem-list-item v-for="item in artistFeed.limit(6)" :item="item"></mediaitem-list-item>
</template>