瀏覽代碼

Fixed next up container showing even if element is hidden

Owen Diffey 4 年之前
父節點
當前提交
1d857687c9
共有 1 個文件被更改,包括 5 次插入1 次删除
  1. 5 1
      frontend/src/pages/Station/index.vue

+ 5 - 1
frontend/src/pages/Station/index.vue

@@ -317,7 +317,11 @@
 								No song is currently playing
 							</p> -->
 							</div>
-							<div id="next-up-container" class="quadrant">
+							<div
+								v-if="nextSong"
+								id="next-up-container"
+								class="quadrant"
+							>
 								<currently-playing
 									type="next"
 									:song="nextSong"