We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18e740f commit 654271cCopy full SHA for 654271c
src/components/Question.vue
@@ -49,7 +49,7 @@
49
/>
50
</div>
51
52
- <p v-if="question.description || question.descriptionLink" class="description">
+ <p v-if="question.description || question.descriptionLink.length !== 0" class="description">
53
<span v-if="question.description">{{ question.description }}</span>
54
<a
55
v-for="(link, index) in question.descriptionLink"
0 commit comments