Skip to content

Commit 47fc5a0

Browse files
committed
fix(Project): Some projects do not have descriptions.
1 parent bc96197 commit 47fc5a0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

resources/js/Pages/Application/Components/UserEvaluationButton.vue

+4-1
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,10 @@ const hasGPTEvaluation = (results, questionText) => {
271271
</template>
272272
</AccordionItem>
273273

274-
<AccordionItem name="item4">
274+
<AccordionItem
275+
name="item4"
276+
v-if="application.project.description"
277+
>
275278
<template #heading>
276279
<i
277280
class="fa fa-star mr-1 text-orange-500"

0 commit comments

Comments
 (0)