fix: use correct project title in project card
This commit is contained in:
parent
e0ce3e50bd
commit
d3a7d79eb9
@ -30,7 +30,7 @@
|
|||||||
>
|
>
|
||||||
<icon icon="filter" />
|
<icon icon="filter" />
|
||||||
</span>
|
</span>
|
||||||
{{ project.title }}
|
{{ getProjectTitle(project) }}
|
||||||
</div>
|
</div>
|
||||||
<BaseButton
|
<BaseButton
|
||||||
class="project-button"
|
class="project-button"
|
||||||
@ -59,6 +59,7 @@ import BaseButton from '@/components/base/BaseButton.vue'
|
|||||||
|
|
||||||
import {useProjectBackground} from './useProjectBackground'
|
import {useProjectBackground} from './useProjectBackground'
|
||||||
import {useProjectStore} from '@/stores/projects'
|
import {useProjectStore} from '@/stores/projects'
|
||||||
|
import {getProjectTitle} from '@/helpers/getProjectTitle'
|
||||||
|
|
||||||
const {
|
const {
|
||||||
project,
|
project,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user