Просмотр исходного кода

fix: fixed issue where requested by could show for wrong person in queue sidebar

Kristian Vos 5 лет назад
Родитель
Сommit
ffaec7b857
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      frontend/components/Sidebars/SongsList.vue

+ 2 - 2
frontend/components/Sidebars/SongsList.vue

@@ -37,8 +37,8 @@
 
 			<article
 				v-else
-				v-for="(song, index) in songsList"
-				:key="index"
+				v-for="song in songsList"
+				:key="song.songId"
 				class="media"
 			>
 				<div class="media-content">