Parcourir la source

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

Kristian Vos il y a 5 ans
Parent
commit
ffaec7b857
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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">