Jelajahi Sumber

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

Kristian Vos 5 tahun lalu
induk
melakukan
ffaec7b857
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  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">