Jelajahi Sumber

Fixed next up container showing even if element is hidden

Owen Diffey 4 tahun lalu
induk
melakukan
1d857687c9
1 mengubah file dengan 5 tambahan dan 1 penghapusan
  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"