Skip to content

Commit b92be81

Browse files
authored
Merge pull request #126 from ditdot-dev/bug/description
Fix description paragraph showing
2 parents 18e740f + 654271c commit b92be81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Question.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
/>
5050
</div>
5151
</div>
52-
<p v-if="question.description || question.descriptionLink" class="description">
52+
<p v-if="question.description || question.descriptionLink.length !== 0" class="description">
5353
<span v-if="question.description">{{ question.description }}</span>
5454
<a
5555
v-for="(link, index) in question.descriptionLink"

0 commit comments

Comments
 (0)