Explorar o código

refactor(EditSongs): Hide sidebar if only 1 item queued

Owen Diffey %!s(int64=3) %!d(string=hai) anos
pai
achega
67fd717146
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      frontend/src/components/modals/EditSongs.vue

+ 1 - 1
frontend/src/components/modals/EditSongs.vue

@@ -8,7 +8,7 @@
 		@flagSong="flagSong"
 		@nextSong="editNextSong"
 	>
-		<template #sidebar>
+		<template v-if="items.length > 1" #sidebar>
 			<div class="sidebar">
 				<header class="sidebar-head">
 					<h2 class="sidebar-title is-marginless">Edit Queue</h2>