Shift conditional rendering order
This commit is contained in:
parent
91379ef271
commit
0777a1ec57
1 changed files with 1 additions and 2 deletions
|
|
@ -7,10 +7,9 @@
|
||||||
isRequired
|
isRequired
|
||||||
v-model="paymentTime"
|
v-model="paymentTime"
|
||||||
textPosition="text-start" />
|
textPosition="text-start" />
|
||||||
<div>
|
<div v-if="shouldDisplaySecondaryQuestion">
|
||||||
<hr />
|
<hr />
|
||||||
<buttonQuestion
|
<buttonQuestion
|
||||||
v-if="shouldDisplaySecondaryQuestion"
|
|
||||||
groupName="payment-method"
|
groupName="payment-method"
|
||||||
questionText="Method Text"
|
questionText="Method Text"
|
||||||
:answers="paymentMethodAnswerData"
|
:answers="paymentMethodAnswerData"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue