瀏覽代碼

Don't split artists in array in report modal

Kristian Vos 4 年之前
父節點
當前提交
9d39b15c4a
共有 1 個文件被更改,包括 2 次插入2 次删除
  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>