소스 검색

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

Kristian Vos 5 년 전
부모
커밋
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">