Parcourir la source

Fixed next up container showing even if element is hidden

Owen Diffey il y a 4 ans
Parent
commit
1d857687c9
1 fichiers modifiés avec 5 ajouts et 1 suppressions
  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"