Shift conditional rendering order

This commit is contained in:
Chloe Herd 2023-08-31 13:14:59 -04:00
parent 91379ef271
commit 0777a1ec57

View file

@ -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"