1
0

fix: lint

This commit is contained in:
kolaente
2022-10-25 21:16:55 +02:00
parent 8a5b1ab3e3
commit e13e477682
2 changed files with 0 additions and 4 deletions

View File

@ -43,7 +43,6 @@ import userTeam from '@/components/sharing/userTeam.vue'
import {useBaseStore} from '@/stores/base'
import {useConfigStore} from '@/stores/config'
import {useAuthStore} from '@/stores/auth'
const {t} = useI18n({useScope: 'global'})
@ -54,7 +53,6 @@ const title = computed(() => list.value?.title
)
useTitle(title)
const authStore = useAuthStore()
const configStore = useConfigStore()
const linkSharingEnabled = computed(() => configStore.linkSharingEnabled)