Comment out unused question description in MyWashStart.vue for cleaner UI.
This commit is contained in:
@@ -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 -->
|
||||
|
||||
Reference in New Issue
Block a user