Removed redundant values
This commit is contained in:
parent
710db9c819
commit
0e55ca0f3c
9 changed files with 18 additions and 18 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue