fix: use correct project title in project card

This commit is contained in:
kolaente 2024-05-07 18:18:19 +02:00
parent e0ce3e50bd
commit d3a7d79eb9
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 2 additions and 1 deletions

View File

@ -30,7 +30,7 @@
>
<icon icon="filter" />
</span>
{{ project.title }}
{{ getProjectTitle(project) }}
</div>
<BaseButton
class="project-button"
@ -59,6 +59,7 @@ import BaseButton from '@/components/base/BaseButton.vue'
import {useProjectBackground} from './useProjectBackground'
import {useProjectStore} from '@/stores/projects'
import {getProjectTitle} from '@/helpers/getProjectTitle'
const {
project,