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
|
||||
v-model="paymentTime"
|
||||
textPosition="text-start" />
|
||||
<div>
|
||||
<div v-if="shouldDisplaySecondaryQuestion">
|
||||
<hr />
|
||||
<buttonQuestion
|
||||
v-if="shouldDisplaySecondaryQuestion"
|
||||
groupName="payment-method"
|
||||
questionText="Method Text"
|
||||
:answers="paymentMethodAnswerData"
|
||||
|
|
|
|||
Loading…
Reference in a new issue