소스 검색

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"