diff --git a/src/App.vue b/src/App.vue index 91f6798368..0d08b4d637 100644 --- a/src/App.vue +++ b/src/App.vue @@ -4,7 +4,7 @@ --> diff --git a/src/views/Vote.vue b/src/views/Vote.vue index 0565444335..7efae52905 100644 --- a/src/views/Vote.vue +++ b/src/views/Vote.vue @@ -94,11 +94,6 @@ async function loadChunks() { } } -// eslint-disable-next-line @typescript-eslint/no-unused-vars -const windowTitle = computed( - () => `${t('polls', 'Polls')} - ${pollStore.configuration.title}`, -) - const isShortDescription = computed(() => { if (!pollStore.configuration.description) { return true