소스 검색

Fixed current/next song requestedBy not updating

Owen Diffey 4 년 전
부모
커밋
534f33a6a3
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      frontend/src/components/SongItem.vue

+ 1 - 0
frontend/src/components/SongItem.vue

@@ -43,6 +43,7 @@
 					Requested by
 					<strong>
 						<user-id-to-username
+							:key="song._id"
 							:user-id="song.requestedBy"
 							:link="true"
 						/>