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.
2 parents 18e740f + 654271c commit b92be81Copy full SHA for b92be81
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