Skip to content
Snippets Groups Projects
Commit a29a92bc authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Merge branch 'sidebar-template-fix' into 'develop'

Fix a small error in the sidebar component

See merge request funkwhale/funkwhale!93
parents f6582876 b9e8ce9f
No related branches found
No related tags found
No related merge requests found
......@@ -70,7 +70,7 @@
<td>
<template v-if="$store.getters['favorites/isFavorite'](track.id)">
<i class="pink heart icon"></i>
</template
</template>
</td>
<td>
<i @click.stop="cleanTrack(index)" class="circular trash icon"></i>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment