From d92d75f8221a81a52cd5c035951ae3869fe1f387 Mon Sep 17 00:00:00 2001 From: Georg Krause Date: Mon, 21 Feb 2022 19:53:34 +0100 Subject: [PATCH] Fix linting of App.vue --- front/src/App.vue | 38 ++++++++------------------------------ 1 file changed, 8 insertions(+), 30 deletions(-) diff --git a/front/src/App.vue b/front/src/App.vue index af9c828a7..cd90c421a 100644 --- a/front/src/App.vue +++ b/front/src/App.vue @@ -3,7 +3,7 @@ id="app" :key="String($store.state.instance.instanceUrl)" :class="[$store.state.ui.queueFocused ? 'queue-focused' : '', - {'has-bottom-player': $store.state.queue.tracks.length > 0}]" + {'has-bottom-player': $store.state.queue.tracks.length > 0}]" >