1
0

fix: lint

This commit is contained in:
kolaente
2023-04-18 11:39:37 +02:00
parent b34118485c
commit ed8de7e3eb
10 changed files with 6 additions and 16 deletions

View File

@ -1,6 +1,5 @@
import {i18n} from '@/i18n'
import type {IProject} from '@/modelTypes/IProject'
import {useProjectStore} from '@/stores/projects'
export function getProjectTitle(project: IProject) {
if (project.id === -1) {