Explorar el Código

Don't split artists in array in report modal

Kristian Vos hace 4 años
padre
commit
9d39b15c4a
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      frontend/components/Modals/Report.vue

+ 2 - 2
frontend/components/Modals/Report.vue

@@ -31,7 +31,7 @@
 											}}</strong>
 											<br />
 											<small>{{
-												previousSong.artists.split(" ,")
+												previousSong.artists
 											}}</small>
 										</p>
 									</div>
@@ -74,7 +74,7 @@
 											}}</strong>
 											<br />
 											<small>{{
-												currentSong.artists.split(" ,")
+												currentSong.artists
 											}}</small>
 										</p>
 									</div>