fix(project): don't try to read title of undefined project

This commit is contained in:
kolaente 2023-07-07 12:43:40 +02:00
parent cd820a6cb2
commit 82c9a91d39
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
@close="$router.back()"
>
<card
:title="project.title"
:title="project?.title"
>
<div class="has-text-left" v-html="htmlDescription" v-if="htmlDescription !== ''"></div>
<p v-else class="is-italic">