fix: use correct project title in project card
This commit is contained in:
parent
e0ce3e50bd
commit
d3a7d79eb9
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user