Explorar o código

Fixed current/next song requestedBy not updating

Owen Diffey %!s(int64=3) %!d(string=hai) anos
pai
achega
534f33a6a3
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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"
 						/>