Merge branch 'sidebar-template-fix' into 'develop'
Fix a small error in the sidebar component See merge request funkwhale/funkwhale!93
This commit is contained in:
commit
a29a92bc21
|
@ -70,7 +70,7 @@
|
||||||
<td>
|
<td>
|
||||||
<template v-if="$store.getters['favorites/isFavorite'](track.id)">
|
<template v-if="$store.getters['favorites/isFavorite'](track.id)">
|
||||||
<i class="pink heart icon"></i>
|
<i class="pink heart icon"></i>
|
||||||
</template
|
</template>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<i @click.stop="cleanTrack(index)" class="circular trash icon"></i>
|
<i @click.stop="cleanTrack(index)" class="circular trash icon"></i>
|
||||||
|
|
Loading…
Reference in New Issue