Fix a small error in the sidebar component

merge-requests/154/head
Bat 2018-03-17 12:07:20 +01:00
rodzic f65828762e
commit b9e8ce9f0b
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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>