Skip to content

Commit 654271c

Browse files
committed
Fix description paragraph showing
1 parent 18e740f commit 654271c

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)