From b9e8ce9f0b5dc26674ba09762037c6ba5be4beb4 Mon Sep 17 00:00:00 2001 From: Bat <baptiste@gelez.xyz> Date: Sat, 17 Mar 2018 12:07:20 +0100 Subject: [PATCH] Fix a small error in the sidebar component --- front/src/components/Sidebar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/src/components/Sidebar.vue b/front/src/components/Sidebar.vue index f5229b20..1db82454 100644 --- a/front/src/components/Sidebar.vue +++ b/front/src/components/Sidebar.vue @@ -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> -- GitLab