Comment out unused question description in MyWashStart.vue for cleaner UI.

This commit is contained in:
Jeppe Bundgaard
2026-01-20 13:26:58 +01:00
parent e55b21acae
commit df716ccbaf
@@ -1251,7 +1251,7 @@ watch(() => allVisibleQuestionsAnswered.value, (newValue) => {
<WhiteBoxCard :hideHeader="true" :toggleable="false" :default-open="true" :force-state="true" :force-state-footer="true">
<template #content>
<p class="title is-5">{{ question.question }}</p>
<p class="subtitle is-6" v-if="question.description">{{ question.description }}</p>
<!--<p class="subtitle is-6" v-if="question.description">{{ question.description }}</p>-->
</template>
<template #footer>
<!-- YES/NO answer Buttons -->