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

@ -8,7 +8,7 @@
<h3>Your Artists Feed</h3>
</div>
</div>
<div class="well" style="margin-top:0px;">
<div class="well" style="margin-top:0;">
<template v-if="artistFeed.length > 0">
<mediaitem-list-item v-for="item in artistFeed" :item="item"></mediaitem-list-item>
</template>